<!--
a.nav { color: #FFFFFF; text-decoration: none; }
a.nav:link { color: #FFFFFF; text-decoration: none; }
a.nav:visited { color: #FFFFFF; text-decoration: none; }
a.nav:active { color: #FFCC00; text-decoration: none; }
a.nav:hover { color: #FFFF00; text-decoration: none; }

a.redlink { color: #BA242D; }
a.redlink:link { color: #BA242D; }
a.redlink:visited { color: #BA242D; }
a.redlink:active { color: #BA242D; }
a.redlink:hover { color: #0033FF; text-decoration: none; }

a.news { color: #000000; text-decoration: none; }
a.news:link { color: #000000; text-decoration: none; }
a.news:visited { color: #000000; text-decoration: none; }
a.news:active { color: #990000; text-decoration: underline; }
a.news:hover { color: #000000; text-decoration: underline; }

body { scrollbar-3dlight-color: white;
      scrollbar-arrow-color: #666666; 
      scrollbar-darkshadow-color: white; 
      scrollbar-face-color: #eeeeee; 
      scrollbar-highlight-color: white; 
      scrollbar-shadow-color: #CCCCCC; 
      scrollbar-track-color: #F8F8F8 }

-->