
h1 { color: #bec; }

#textBlock {
  text-align: justify;
  margin: .9em 0 2em;
  padding: 0em 1em 0 90px;
  background: url("/images/paragraph.gif") repeat-y;
  border-right: 80px solid #bec;
}
#textBlock h2 {
  text-align: left;
  font-size: 1.1em;
  padding-top: 0;
}

/*
#textBlock ol { list-style-position: inside; }
*/
#textBlock ol { margin-left: 2.2em; }
#textBlock li { margin: .5em 0; }

#textBlock em { color: #009; }


