
A:VISITED {text-decoration:none;
  font-weight : bold;
  color : #0000cc;
}
A:HOVER   {color="FF4444" ; 
  font-weight : bold;
  color : #abcdf8;
  text-decoration : underline;
}
A:ACTIVE  {text-decoration:none;
  font-weight : bold;
  color : #ff3c3c;
}

A:LINK{
  font-weight : bold;
  text-decoration : underline;
  background-color : #dbedfd;
  color : blue;
}
BODY{
  background-color : white;
}
