 
A{
  color : gray;
  text-decoration : none;
}
A:HOVER{
  color : black;
  text-decoration : underline;
}

