BODY {
  font-family: arial,helvetica;
  text-align: left;
  color: #000000;
  background: #FFFFFF;
  margin-left: 40px;
}

P {
  font-family: arial,helvetica;
  font-size:12pt;
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
}

H1 {
  font-family: sansserif,arial,helvetica;
  font-size: 20pt;
  font-weight: bold;
  color: #5C3317;
  text-align: left;
}

H2 {
  font-family: arial,helvetica;
  font-size: 16pt;
  color: #5C3317;
  font-weight: bold}

A:LINK {
  font-family:helvetica;
  font-size:12pt;
  text-decoration: underline;
  font-weight: bold;
  color: #A67D3D;
}

A:VISITED {
  font-family:helvetica;
  font-size:12pt;
  text-decoration: underline;
  font-weight: bold;
  color: #A67D3D;
}

A:HOVER {
  font-family:helvetica;
  font-size:12pt;
  text-decoration: underline;
  font-weight: bold;
  background: #EBC79E;  
  color: #5C3317;
}

HR {
 margin: 0em 0em 0em 0em;
}
 
