body, td {
 font-family: Verdana;
 font-size: 12px;
 color: #660000;
    scrollbar-face-color: #0000AA; 
    scrollbar-shadow-color: #B39573; 
    scrollbar-highlight-color: #d5b795;
    scrollbar-3dlight-color: #f7d9b7; 
    scrollbar-darkshadow-color: #917351; 
    scrollbar-track-color: #000088; 
    scrollbar-arrow-color: #d5b795;
}

body {
  background-color: #000099;
}

a:link{
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

a:visited{
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
}

a:active{
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}