body {

  margin: 8px 30px;

  font: 9pt Arial;

}



p {

  text-indent: 20px

}



h1 {

  font-size: 12pt;

  text-align: center;

}



h2 {

  font-size: 10pt;

}



ol.primary {

  list-style-type: decimal;

  list-style-position: inside;

  margin-left:8px;

}



ol.secondary {

  list-style-type: none;

  list-style-position: outside;

  margin-left: 0px;

}





li {

  margin-top: 8px;

  font-size: 8pt;

}





.subhead {

  text-decoration: underline;

}



em {

  font-weight: bold;

}



hr {

  border: solid black 2px;

}