body {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 10pt
  background-color: #FFFFFF }
  
.greenhead {
  font-family: Arial, sans-serif;
  color: #005E3C;
  font-size: 10pt;
  font-weight: bold; }
  
.redhead {
  font-family: Arial, sans-serif;
  color: #7F0000;
  font-size: 10pt;
  font-weight: bold; }

.big-green {
  font-family: Arial, sans-serif;
  color: #005E3C;
  font-size: 12pt;
  font-weight: bold; }

.big-red {
  font-family: Arial, sans-serif;
  color: #7F0000;
  font-size: 12pt;
  font-weight: bold; }
  
 .greyhead {
  font-family: Arial, sans-serif;
  color: #887D77;
  font-size: 10pt;
  font-weight: bold; }
  
.big-grey {
  font-family: Arial, sans-serif;
  color: #887D77;
  font-size: 12pt;
  font-weight: bold; }
  
a:link {
  color: #8C1629;
  text-decoration: underline;
  font-weight: bold; }
  
a:visited {
  color: #8C1629;
  text-decoration: underline;
  font-weight: bold; }

a:hover {
  color: #FA4019;
  text-decoration: underline;
  font-weight: bold;