a:link    { color: white }
a:visited { color: silver }
a:hover   { color: yellow }
a:active  { color: red }

BODY { 
      background: black;
      background-repeat: repeat;
      background-attachment: fixed;
      font-weight: bold; 
      font-size: 10pt;
      line-height: 12pt; 
      font-family: times; 
      font-variant: normal;
      color: white;
    }
P { 
      font-weight: bold; 
      font-size: 10pt;
      line-height: 12pt; 
      font-family: times; 
      font-variant: normal;
      color: #99CCFF;
    }
TABLE
   {
      font-family:sans-serif;
      font-size:10pt;
      color:white;
      font-weight: bold; 
      background: gray;
   }

H1 { 
      font-weight: bold; 
      font-size: 18pt;
      line-height: 20pt; 
      font-family: times; 
      font-variant: normal;
      color: white
    }
H2 { 
      font-weight: bold; 
      font-size: 16pt;
      line-height: 18pt; 
      font-family: times; 
      font-variant: normal;
      color: white
    }
H3 { 
      font-weight: bold; 
      font-size: 14pt;
      line-height: 16pt; 
      font-family: times; 
      font-variant: normal;
      color: white
    }
H4 { 
      font-weight: bold; 
      font-size: 12pt;
      line-height: 14pt; 
      font-family: times; 
      font-variant: normal;
      color: white
    }
EM {   color: red
    }
