BODY{
  color : black;
  background-color : white;
  cursor : crosshair;
  font-size : 12px;
  background-image : url(back.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : 100% 100%;
}
A{
  color : #990000;
  text-decoration : none;
  cursor : w-resize;
}
A:HOVER{
  color : #660000;
  text-decoration : underline;
  cursor : w-resize;
}
A:ACTIVE{
  color : gray;
  cursor : w-resize;
}
TD{
  font-size : 10px;
}
