 
A{
  color : red;
  text-decoration : underline;
  font-weight : bold;
  
}
A:hover{
  color : #009900;
}
