body{
  margin-top : 10pt;
  margin-left : 15pt;
  scrollbar-face-color: #cc0000;
  scrollbar-3dlight-color: #ff0000;
  scrollbar-shadow-color: #990000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-arrow-color: #ffffff;
}
,
a:link{
  color:blue;
  text-decoration: none;
}
,
 a:visited{
  color:navy;
  text-decoration: none;
}
,
 a:active{
  color:aqua;
}
a:hover{
  background:aqua;
  color:white;
  text-decoration: none;
}
,
font{
 font-style:normal;
 font-weight:normal;
 font-size:10pt;
 line-height:125%;}
,
table{
 font-style:normal;
 font-weight:normal;
 font-size:9pt;
 line-height:125%;}