a:link, a:visited {
   color:white;
   text-decoration: none;
}

a:hover {
   color: white;
   background: rgb(210,00,00);
}

BODY
{ 
scrollbar-base-color: rgb(0,0,0); 
scrollbar-arrow-color: rgb(255,255,0);
}