body 
{
  background-color: #FFFFFF;
  background-attachment: fixed;
}

a:link 
{
  text-decoration:none;
  color: #FFFFFF;
}
a:visited 
{
  text-decoration:none;
  color: #FFFFFF;
}
a:hover 
{
  font-style: italic;
  color:#800000;
}

p
{
  font-size: 1em;
  font-family: arial, sans-serif;
  color: black;
}

h1
{
  color: rgb(65,109,55);
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif;
  text-align: right;
}

h2
{
  font-size: 1em;
  font-family: arial;
  font-style: italic;
  color: rgb(65,109,55);
}

h3
{
  font-size: 1em;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  color: black;
}

h4
{
  font-size: 0.7em;
  font-family: arial;
  font-style: normal;
  font-weight: normal;
  color: black;
}

h5
{
  color: white;
}

menu
{
  position:static;
  top:136;
  left:4;
  width: 140px;  
  padding:5px;
  margin: 10px 136px 0px 0px;
  background-color:rgb(65,109,55);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgb(47,74,23);
}


#headline1
{
  color: rgb(65,109,55);
  position:absolute;
  top: 160px;
  left: 170px;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif;
}
#text1
{
  text-align: justify;
  position:absolute;
  top: 190px;
  left: 170px;
  width: 625px;
}

#headline2
{
  position:absolute;
  top: 160px;
  left: 810px;
  color: rgb(65,109,55);
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif;
}
#text2
{
  color: black;
  text-align: justify;
  position:absolute;
  top: 210px;
  left: 810px;
  width: 140px;
}

