body {  
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000; 
  background-color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
}
h2 {
  color: #0000FF;
}
table {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}
a:active {
  color: #FF0000;
}
