BODY{
  color: #CCCCCC;
  background-color : navy;
  text-align : center;
  font-size : 10pt;
  font-family : "MS UI Gothic";
  font-weight : bold;
  text-decoration : none;
  cursor : crosshair;
}  
BODY {
 scrollbar-3d-light-color:navy;scrollbar-arrow-color:#e7e7e7;
 scrollbar-base-color:navy;scrollbar-dark-shadow-color:navy;
 scrollbar-face-color:navy;scrollbar-highlight-color:navy;
 scrollbar-shadow-color:navy
}

P{
  color: #CCCCCC;
}
A{
  color : silver;
  text-decoration: none;
  cursor : e-resize;
}
A:VISITED{
  color : gray;
  text-decoration: none;
  cursor : e-resize;
}
A:HOVER{
  color : silver;
  text-decoration : underline overline;
  cursor : e-resize;
}
A:ACTIVE{
  color : gray;
  text-decoration: none;
  cursor : e-resize;
}
TD{
  
  
  font-size : 9pt;
  font-family : "MS UI Gothic";
  text-decoration : none;
  
  color : black;
}