body {

  background-color: #000000
}

A:unknown { COLOR: silver }
A:link { COLOR: white; TEXT-DECORATION: underline }
A:visited { COLOR: white; TEXT-DECORATION: underline }
A:hover { COLOR: gold; TEXT-DECORATION: underline }


.font8 { line-height: 1.2;
 font-size: 8pt;
 color: #ffffff }
.font9 { line-height: 1.2;
 font-size: 9pt;
 color: #ffffff }
.font10 { line-height: 1.2;
 font-size: 10pt;
 color: #ffffff }
.font12 { line-height: 1.2;
 font-size: 12pt;
 color: #ffffff }



.dotted { border-bottom: 2px dotted #A9A9A9 }