 
BODY{
  cursor : crosshair;
  
  
  

  background-image : url(matelial/bg04.gif);
  background-repeat : repeat-y;
  background-attachment : fixed;
}
TD{
  font-size : xx-small;
  cursor : crosshair;
  color : #666666;
  text-align : center;
}
A:HOVER{
  color : black;
  text-decoration : none;
}
A{
  color : gray;
  text-decoration : none;
  cursor : crosshair;
}

