 
A{
  color : gray;
  text-decoration : none;
}
A:HOVER{
  color : white;
  background-color : gray;
  text-decoration : none;
  font-size : 15pt;
}
