 
A{
  text-decoration : none;
  color : black;
}
A:hover{
  color : red;
  text-decoration : underline;
}
