H1 { color: red }
H1 { font-family: "gill sans", gibraltar, arial, helvetica, verdana, sans-serif }
H1 { font-size: 20pt }
H1 { font-weight: bold }
H1 { line-height: 20pt }
H2 { color: red }
H2 { font-family: arial, helvetica, sans-serif }
H2 { font-size: 14pt }
H2 { font-weight: bold }
H3 { color: orange }
H3 { font-size: 12 pt }
TD { line-height: 10pt }
TD { font-family: verdana, arial, helvetica, sans-serif }
TD { font-size: 8pt }
BODY { background-color: black }
BODY { color: white }
B { color: red }
B { font-size: 9pt }
B { font-family: verdana, arial, helvetica, sans-serif }
A:link { color: #99FFFF }       /* unvisited links */
A:link { text-decoration: none }
A:link { font-family: verdana, arial, helvetica, sans-serif }
A:link { font-size: 8pt }
A:visited { color: #B2DFEE }   /* visited links   */
A:visited { text-decoration: none }
A:visited { font-family: verdana, arial, helvetica, sans-serif }
A:visited { font-size: 8pt }
A:hover { color: yellow }   /* user hovers     */
A:hover { font-weight: bold }   /* user hovers     */
A:hover { text-decoration: underline }   /* user hovers     */
A:active { color: #FF9900 }    /* active links    */
.spectext { color: white }
.topbanner { background-color: gray }
