body {
  font-family: arial;
  font-size: 11pt;
}

h1 { color : #218baa }
h2 { color : #218baa }
h3 { color : #218baa }

.myh1 {
  font-family: Arial;
  font-weight : bold;
  font-size : 24pt;
  color : #218baa;
}

.myh3 {
  font-family: Arial;
  font-weight : bold;
  font-size : 13.5pt;
  color : #218baa;
}

.bigdarkfont {
  color : #218baa;
  font-weight : bold;
  font-size : 12pt;
}

.darkfont {
  color : #218baa;
  font-weight : bold;
}

.lightfont {
  color : #218baa;
  font-weight : bold;
}

.greentext {
  color : #218baa;
  font-size : 9pt;
}

.eventstitle {
  background-color : #357A6C;
  color : white;
}

.horizontalline {
  border-bottom : solid #558888;
}

.section {
 background-color : #319bba;
 color : white;
 font-size : medium;
 font-weight : normal;
}

.selectedsection {
 background-color : #61cbea;
 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 : #61cbea;
 color : white; 
 text-decoration : none; 
 font-family: Sans, Verdana, Arial, Helvetica;
 font-size : 10pt;
 font-weight : bold;
}

a.typicallink { 
 text-decoration : none;
 color : #118811;
}