 
A{
  color : red;
  text-decoration : none;
}
A:HOVER{
  color : olive;
  text-decoration : underline;
}
