BODY{
  color : #666666;
  background-color : white;
  cursor : crosshair;
  font-size : 12px;
}
A{
  color : navy;
  text-decoration : none;
  cursor : w-resize;
}
A:HOVER{
  color : #999999;
  text-decoration : underline;
  cursor : w-resize;
}
A:ACTIVE{
  color : teal;
  cursor : w-resize;
}
TD{
  font-size : 12px;
}
