 
A:HOVER{
  color : red;
  text-decoration : underline;
  
  font-style : italic;
  
}
A{
  text-decoration : underline;
}
