ol.list_par{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_par li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

ol.list_par li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

p.prog {
 margin-left:4em;
 text-indent:-4em;
}

p {
 margin-left:1em;
 text-indent:-1em;
}

body.text {
 background-color:#c0e0f0;
 color:#000000;
}

body.prog {
 background-color:#c0f0e0;
 color:#000000;
}

h1 {
 color:#0000ff;
}

h2 {
 color:#f04000;
}

h3 {
 color:#c00040;
}

span.note {
 color:#f00000;
}
