h1 {color: black; background: gray; padding-left: .2em; padding-bottom: .1em; margin-top: 0; border-bottom: 2px solid white;}

BODY{
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica;
   background-color: black;
   color: white;
}

.topic{
   font-size: 14pt;
   font-family: Verdana, Arial, Helvetica;
   background-color: black;
   color: white;
   font-weight: bold;
}

a{color: #FFCC00; text-decoration:none; font-weight: bold;}

A:hover{color:red; font-weight:bold}

ol { list-style-type: decimal; font-weight: bold; }  
