body {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 10pt;
  color: gray;
  background-color: black;
  }
h1 {
  margin: 0px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  border-bottom: ridge gray;
  }
p {
  margin: 6px 0px;
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 10pt;
  color: green;
  font-style: normal;
  text-align: justify;
  }
p.month {
  color: blue;
  }
p.copyright {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: gray;
  font-size: 8pt;
  text-align: right;
  }


a:link, a:visited {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-weight: bold;
  color: black;
  text-decoration:none;
  }
a.event:link, a.event:visited {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-weight: bold;
  color: #003399;
  text-decoration:none;
  }
a.menu:link, a.menu:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: gray;
  font-size: 8pt;
  text-decoration:none;
  }
a.month:link, a.month:visited {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: gray;
  font-size: 8pt;
  text-decoration:none;
  }

a:hover { 
  color: blue;
  }
a.menu:hover { 
  color: blue;
  }
a.month:hover { 
  color: blue;
  }
a.event:hover { 
  color: blue;
  text-decoration:underline;
  }

ol {
  list-style-type: lower-roman;
  }
ol li { 
  margin: 0 0 .5em 0;
  }
