  
A{
  text-decoration : none;
}
A:LINK{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
  
  
}
A:HOVER{
  background-color : gray;
  text-decoration : underline;
  color : white;
  
}
