body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 10pt;
	color: #000000;
	background-color: B59B5A;
	}

a:link {
	color : #a18235;
	text-decoration : underline;
      }
a:visited {
	color : #a18235;
	text-decoration : underline;
      }
a:active {
	color : #a18235;
	text-decoration : underline;
      }
a:hover {
	color : #f2ad00;
	text-decoration : underline;
      }

#navigation a:link {
	color : #50411a;
	text-decoration : none;
      }
#navigation a:visited {
	color : #50411a;
	text-decoration : none;
      }
#navigation a:active {
	color : #50411a;
	text-decoration : none;
      }
#navigation a:hover {
	color : #a18235;
	text-decoration : underline;
	  }

#navigation {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 10pt;
    text-align: right;
    }

#content {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 10 pt;
	}

#smallcontent {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 8pt;
	color: 50411A;
	}

#smallcontent a:link {
	color : #44501a;
	text-decoration : underline;
      }
#smallcontent a:visited {
	color : #44501a;
	text-decoration : underline;
      }
#smallcontent a:active {
	color : #44501a;
	text-decoration : underline;
      }
#smallcontent a:hover {
	color : #88a135;
	text-decoration : underline;
	  }

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16pt;
	color: #44501a;
	}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size:12pt;
	color:#4f6b24;
    }