a{
  
  
  
  
  color : navy;
  
  
  
  text-decoration : none;
}





a:hover{
  color : black;
  background-color : aqua;
  text-decoration : none;
}


