BODY{
  color : #666666;
  background-color : white;
  cursor : crosshair;
  font-size : 12px;
  background-image : url(gra_b_04.gif);
  background-repeat : repeat-y;
  background-attachment : fixed;
  background-position : 100%;
}
A{
  color : teal;
  text-decoration : none;
  cursor : w-resize;
}
A:HOVER{
  color : navy;
  text-decoration : underline;
  cursor : w-resize;
}
A:ACTIVE{
  color : white;
  cursor : w-resize;
}
TD{
  font-size : 12px;
}
