A{
  color : black;
}
A:link{
  color : black;
}
A:visited{
  color : black;
}
A:hover{
  color : black;
  background-color : yellow;
  
  
}
