 
A{
  
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : red;
}

