body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
}
table {
  background-color: #ffffff;
  color: #000000;
  font-family: 'ArialTrebuchet MS',Trebuchet,Verdana,Sans-Serif;
  font-size: 10pt;
}
a:link {
  color: #00c0c0;
  text-decoration: underline;
}
a:visited {
  color: #00c0c0; 
  text-decoration: underline;
}
a:active {
  color: #00c0c0; 
  text-decoration: underline;
}
a:hover {
  color: #a00000; 
  text-decoration: underline;
}

