 
BODY{
  cursor : crosshair;
  

  margin-top : 0px;
  
  background-image : url(bcg03.gif);
  background-repeat : repeat;
  background-attachment : fixed;
}
A:LINK{
  color : blue;
}
A:VISITED{
  color : blue;
}
A:HOVER{
  
  
  background-color : #ffffcc;
}
H1{
  color : blue;
  background-color : #ffff80;
}
H2{
  color : blue;
  background-color : #c4ffff;
}
H3{
  color : green;
}
TABLE{
  width : 80%;
}
