 
A{
  color : blue;
  text-decoration : blink;
}
A:active{
  color : red;
}
A:hover{
  text-decoration : underline;
}

