A:LINK{
  color: #660000;
  text-decoration : none;
}
A:VISITED{
  color: #660000;
  text-decoration : none;
}
A:HOVER{
  color: #990099;
  text-decoration : underline;
}
A:ACTIVE{
  color: #660000;
  text-decoration : none;
}
