

BODY { 
          background-attachment : fixed      ;
          background-color      : darkred    ;
          cursor                : crosshair  ; 
          color                 : white    ;
          font                  : 12pt/1.2          
}

DIV.date { 
          color                 : white    ; 
          font                  : 12pt/1.2
}

DIV.a1 { 
          color                 : white    ;
          font                  : 8pt/1.0
}


DIV.standard {
          color                 : white       ; 
          font                  : 13pt/1.4
}

DIV.news {
          color                 : silver      ; 
          font                  : 9pt/1.3
}

A:link    { 
          text-decoration        : none      ; 
          color                  : white   ; 
          cursor                 : crosshair 
}

A:visited { 
          text-decoration        : none      ; 
          color                  : white     ;
          cursor                 : crosshair 
}

A:hover   { 
          text-decoration        : none       ; 
          color                  : white    ; 
          cursor                 : crosshair  ; 
          background-color@@@ : red   
}











