 
A{
  text-decoration : none;
  
  color : navy;
}
A:hover{
  background-color : yellow;
  text-decoration : underline;
}

