BODY {
  color: white;
  background-color: darkblue;
  font-family: helvetica, sans-serif;
  margin-top: 1em;
  margin-left: 0.5em;
  font-size: 12px;
}

DIV {
  padding-bottom: 0.75ex;
}

A:link { 
  color: white; 
  background-color: darkblue;
  text-decoration: none;
}
A:visited { 
  color: white;
  background-color: darkblue;
  text-decoration: none;
  }
A:active { 
  color: white; 
  background-color: darkblue;
  text-decoration: none;
}
A:hover { 
  color: #ff6600; 
  background-color: darkblue;
  text-decoration: none;
}


DIV.tomlink {
  color: darkgray; 
  background-color: darkblue;
  text-decoration: none;
}

DIV.thisyear {
  color: white; 
  background-color: darkblue;
  text-decoration: none;
  font-size: 18px;
}

DIV.heading {
  color: silver; 
  background-color: darkblue;
  text-decoration: underline;
  font-size: 18px;
}
