 
BODY{
  font-size : 9pt;
  
  
  
  background-attachment : fixed;
  
  cursor : auto;
  
  
  
  
  background-repeat : no-repeat;
  line-height : 1.4;
  
  

  
  background-color : black;
  color : white;
  
  
  
  
  

  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  
  

  scrollbar-face-color : #282828;
  scrollbar-arrow-color : white;
  scrollbar-track-color : black;
  scrollbar-darkshadow-color : #282828;
  scrollbar-3dlight-color : #282828;
  scrollbar-highlight-color : #282828;
  scrollbar-shadow-color : #282828;
}



A:link{
  
  
  color : yellow;
}
A:visited{
  
  
  color : orange;
}
A:hover{
  
  
  color : white;
}
A:active{
  
  
  color : red;
}
TH{
  
  font-size : 9pt;
  
  font-weight : normal;
  text-align : left;
  line-height : 1.4;
  background-color : #282828;
}

TD{
  font-size : 9pt;
border-width : 1px;border-style : inset;border-color : #282828;
  

  
}
