body {

  background-color: #000000
}

A:unknown { COLOR: silver }
A:link { COLOR: Gold; TEXT-DECORATION: underline }
A:visited { COLOR: Gold; 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 }

.font8_white { line-height: 1.2;
 font-size: 8pt;
 color: #ffffff }
.font9_white { line-height: 1.2;
 font-size: 9pt;
 color: #ffffff }
.font10_white { line-height: 1.2;
 font-size: 10pt;
 color: #ffffff }

.font12_black { line-height: 1.2;
 font-size: 12pt;
 color: #000000 }



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