 
A{
  text-decoration : none;
  color : #660000;
}
A:HOVER{
  color : blue;
}
A:ACTIVE{
  color : red;
}
TD{
  color : #660000;
}

