BODY,TR,TD,TH{font-size:8pt;}
BODY{
  color: #666666;
  background-color : #ffffff;
  font-size : 10pt;
  scrollbar-base-color: #ffa4a6;
}
HR{
  color : gray;
  height: 2px;
}
A{
  color: lightseagreen;
  text-decoration: none;
}
A:VISITED{
  color: lightseagreen;
  text-decoration: none;
}
A:HOVER{
  color: aquamarine;
  text-decoration: underline;
}
A:ACTIVE{
  color: lightseagreen;
  text-decoration: none;
}
TEXTAREA{
  font-weight : lighter;
}
TD{
  font-size : 10pt;
}