A{
  text-decoration : none;
  color : blue;
}
A:LINK{
  color : #0000ff;
}
A:HOVER{
  color : #4a69e1;
  background-color : #ffffee;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
}
