 
A{
  text-decoration : none;
}
A:HOVER{
  
  text-decoration : underline;
  color : black;
  background-color : white;
}
