  
A:HOVER{
  
  background-color : #ffffff;
}
A:LINK{
  
  color : blue;
  
  text-decoration : none;
}
A:VISITED{
  
  color : blue;
  text-decoration : none;
}
