.font{
  color : fuchsia;
  text-decoration : none;
  font-size : 10pt;
}
A:VISITED{
  color :  #990099;
  text-decoration : none;
}
A:HOVER{
  color : #ff8040;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
A:LINK{
  color : #ff00ff;
  text-decoration : none;
}
