body {
  font-family: Verdana, sans-serif;
  color: black;
  font-size: 10pt
  background-color: #FFFFFF }
  
.blackhead {
  font-family: Verdana, sans-serif;
  color: #000000;
  font-size: 10pt;
  font-weight: bold; }
  
.redhead {
  font-family: Verdana, sans-serif;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold; }

.big-black {
  font-family: Verdana, sans-serif;
  color: #000000;
  font-size: 12pt;
  font-weight: bold; }

.big-red {
  font-family: Verdana, sans-serif;
  color: #FF0000;
  font-size: 12pt;
  font-weight: bold; }
  
a:link {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold; }
  
a:visited {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
