BODY{
  color: #000099;
  background-color : white;
  background-image : url(bk.jpg);
  background-attachment : fixed;
  background-repeat : no-repeat;
  background-position : right bottom;
}
IFRAME {
  scrollbar-track-color: #ffe0e0;
  scrollbar-face-color: #ffbbbb;
  scrollbar-shadow-color: #cc9999;
  scrollbar-darkshadow-color: #ffcccc;
  scrollbar-highlight-color: #ffe0e0;
  scrollbar-3dlight-color: #ffbbbb;
  scrollbar-arrow-color: #ff6666;
}
TD{
  font-size: 9pt;
}
HR{
  color: #3366FF;
  height: 3px;
}
A{
  color : navy;
  text-decoration: none;
}
A:VISITED{
  color : navy;
  text-decoration: none;
}
A:HOVER{
  color : #ff8000;
  text-decoration: underline;
}
A:ACTIVE{
  color : red;
  
}
