A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue; 
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : blue;  
  text-decoration : none;
}

A{
  text-decoration : none;
  font-weight : lighter;
}

body{
  SCROLLBAR-BASE-COLOR:#ffffff
}
