A{
  text-decoration : none;
  list-style-type : none;
  color : #004040;
}
A:LINK{
  color : #666666;
}
A:HOVER{
  color : #ff0000;
  background-color : #ffffee;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
}
