a:link       {
  text-decoration: underline;
  color: #000099;
}
a:visited    {
  text-decoration: underline;
  color: #6470cd;
}
a:active     {
  text-decoration: underline;
  color: #ff8000;
}
a:hover      {
  text-decoration: underline;
  color: #ff8000;
}
BODY{
  font-size : 13px;
  margin-top : 5px;
  margin-left : 5px;
}
TABLE{
  font-size : 13px;
}
