 
BODY{
  color : black;
  background-color : white;
  background-image : url(images/back.gif);
}
A{
  font-weight : bold;
  color : #0080ff;
  text-decoration : none;
}
A:LINK{
  font-weight : bold;
  color : #0080ff;
  text-decoration : none;
}
A:VISITED{
  font-weight : bold;
  color : #0080ff;
  text-decoration : none;
}
A:HOVER{
  font-weight : bold;
  color : white;
  background-color : #0080ff;
  text-decoration : none;
}
A:ACTIVE{
  font-weight : bold;
  color : white;
  background-color : #ff80c0;
  text-decoration : none;
}
