TABLE{
  font-size : 10pt;
  font-family : "MS UI Gothic";
  font-weight : lighter;
  line-height : 14pt;
  padding-top : 0px;
  top : 0px;
}
HR{
  color : #004080;
  height: 1px;
}
A{
  color : #575757;
  text-decoration : none;
  
}
A:VISITED{
  color : #4c4c4c;
  text-decoration : none;
}
A:HOVER{
  color: indianred;
  text-decoration : underline;
}
A:ACTIVE{
  color: hotpink;
  text-decoration : none;
}

html, body {
   scrollbar-3dlight-color:    green;
   scrollbar-arrow-color:      black;
   scrollbar-darkshadow-color: #99ff99;
   scrollbar-face-color:       #ccffcc;
   scrollbar-highlight-color:  #99ff99;
   scrollbar-shadow-color:     white;
}