body
 {
  margin-left:10px;
  margin-right:10px;
  margin-top:0px;
  margin-bottom:0px;
  background-color:"#FFFFFF";
  /*background-color:"#EFCE94";*/
 }
td
 {
  font-family: "Arial";
  font-size: 10pt;
  font-weight: bold;
 }
td.small
 {
  font-family: "Arial";
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
 }
td.big
 {
  font-family: "Arial";
  font-size: 12pt;
  font-weight: normal;
 }
 a:hover
 {
  font-weight: bold;
  background-color:#C0C0C0;
 }
a:link
 {
  text-decoration: none;
  color:#C00000;
 }
a:visited
 {
  text-decoration: none;
  color:#C00000;
 }