table{
 font-weight:normal;
 font-size:11pt;
 line-height:120%;
 color:firebrick;}
BODY{
  margin-top : 2%;
  margin-left : 0%;
  margin-right : 1%;
  margin-bottom : 8%;
  color:firebrick;
}
A:link{
  color:fuchsia;
  text-decoration: none;
}
,
 A:visited{
  color:salmon;
  text-decoration: none;
}
,
 A:active{
  color:red;
}
A:hover{
  background:red;
  color:white;
  text-decoration: none;
}
