
body {
  margin: 0px;
  padding: 0px;
  background-color: #F3F1ED;
}

P {
  font-family: Verdana;
  font-size: 9pt;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

LI {
  font-family: Verdana;
  font-size: 9pt;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

H1 {
  font-family: Arial;
  font-size: 13pt;
  color: #39708F;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: -0.5em;
}

H2 {
  font-family: Arial;
  font-size: 11pt;
  color: #39708F;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: -0.75em;
}

H3 {
  font-family: Arial;
  font-size: 10pt;
  color: #39708F;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: -1em;
}

A:link, A:visited, A:active {
  color: #007FC8;
  text-decoration: none;
}

A:hover {
  color: #2DB2FF;
  text-decoration: underline;
}

.menu A:link, .menu A:visited, .menu A:active {
  color: #39708F;
  text-decoration: none;
}

.menu A:hover {
  color: #007FC8; 
  text-decoration: underline;
}

.menu {
  font-family: Arial;
  font-size: 10pt;
  color: #39708F;
  font-weight: bold;
  line-height: 1.5;
}

.left H1 { font-size: 9pt; }
.left H2 { font-size: 8pt; }
.left H3 { font-size: 7pt; }
.left P  { font-size: 7pt; }
