BODY{
  background-image : url(backbase.gif);
  background-attachment : fixed;
}
A{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : red;
  background-color : white;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
}
A:LINK{
  color : blue;
}
