body {
  font-family: Arial;
  font-size: 10pt;
}

h1 { color : #227755 }
h2 { color : #227755 }
h3 { color : #227755 }

.myh2 {
  font-family: Arial;
  font-weight : bold;
  font-size : 18pt;
  color : #227755;
}

.myh3 {
  font-family: Arial;
  font-weight : bold;
  font-size : 13.5pt;
  color : #227755;
}

.bigdarkfont {
  color : #115533;
  font-weight : bold;
  font-size : 12pt;
}

.darkfont {
  color : #115533;
  font-weight : bold;
}

.lightfont {
  color : #116644;
  font-weight : bold;
}

.greentext {
  color : #116644;
  font-size : 9pt;
}

.eventstitle {
  background-color : #357A6C;
  color : white;
}

.horizontalline {
  border-bottom : solid #558888;
}

.section {
 background-color : #339977;
 color : white;
 font-size : medium;
 font-weight : normal;
}

.selectedsection {
 background-color : #22DD22;
 color : white;
 font-size : medium;
 font-weight : normal;
}

a.section { 
 display: block;
 width : 100%;
 height : 100%;
 color : white; 
 text-decoration : none; 
 font-family: Sans, Verdana, Arial, Helvetica;
 font-size : 10pt;
 font-weight : bold;
}

a.selectedsection {
 display : block;
 width : 100%;
 height : 100%;
 color : white;
 text-decoration : none;
 font-family: Sans, Verdana, Arial, Helvetica;
 font-size : 10pt;
 font-weight : bold;
}

a.section:hover { 
 background-color : #44CC99;
 color : white; 
 text-decoration : none; 
 font-family: Sans, Verdana, Arial, Helvetica;
 font-size : 10pt;
 font-weight : bold;
}

td { font-size: 10pt; }

a.typicallink { 
 text-decoration : none;
 color : #118811;
}
