BODY{
  font-size : 12px;
  line-height : 150%;
  scrollbar-3dlight-color:darkgray;
  scrollbar-track-color:white;
  scrollbar-darkshadow-color:darkgray;
  scrollbar-face-color:white;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:white;
  scrollbar-arrow-color:gray;
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-color : white;
}
TABLE{
  font-size : 12px;
  line-height : 150%;
  border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;
}
A{
  cursor : crosshair;
  text-decoration : none;
  onFocus : this.blur();

}

FONT{
  font-size : 12px;  
  line-height : 150%;
  
  
  
  
  padding-bottom : 110%;
}
A:HOVER{
 position:relative;
 top:1px;
 left:1px;
}
