body {
 background-color: black;
 color: #FFFFFF;
 font-family: arial, verdana, geneva;
 scrollbar-face-color: blue;
  scrollbar-arrow-color: red;
  scrollbar-track-color: red;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
}

a {
  text-decoration: none;
  color: white;
  
}

a:visited {
  text-decoration: none;
  color: ;
  
}

a:hover {
  text-decoration: none;
  color: black;
  background:;
}

a:active {
  text-decoration: none;
  color: white;
  font-weight: normal;
}

a.menu:link {
 text-weight: bold;
 color: white;
 display: block;
 width: 100%;
 height: 100%;
 background: #0066cc;
}

a.menu:visited {
  text-weight: bold;
 color: white;
 display: block;
 width: 100%;
 height: 100%;
 background: #0066cc;
}

a.menu:hover {
 text-weight: bold;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
 background: red;
}

a.menu:active {
  text-weight: bold;
 color: white;
 display: block;
 width: 100%;
 height: 100%;
 background: #0066cc;
}

 
 



