body {
	background-color: #FFF;
	color: Black;
	margin: 0 auto;
	font: 100% Georgia, verdana, arial;
}
div#header {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #004201;
}
div#header h1 {
	display: inline;
	font-size: 150%;
	font-style: italic;
	color: White;
	padding: 20px;
	width: 100%;
}
div#header a {
	font-style: italic;
	color: White;
	text-decoration: none;
}
h1 {
	font-size: 120%;
	color: #004201;
	text-align: center;
}
h2 {
	font-size: 110%;
	color: #004201;
	text-align: center;
}
h3 {
	font-size: 100%;
	color: #004201;
	text-align: center;
}
#navmenu ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #6B8E23;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navmenu ul li { 
	display: inline; 
}
#navmenu ul li a {
	padding: 0.2em 1em;
	background-color: #6B8E23;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navmenu ul li a:hover {
	background-color: #004201;
	color: #fff;
}
a#on:active, a#on:link, a#on:visited {
	background-color: #004201;
	color: #fff;
}
p {
	margin: 0.6em 1.5em; 
}
p a {
	color: #004201;
	text-decoration: underline;
	font-weight: bold;
}
p a:hover {
	color: #004201;
}
#footer {
	border-top: 2px solid #004201;
	margin: 1em 1em;
	padding: 3px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.text {
	text-align: justify;
	padding-left: 20px;
}
#content {
	margin: 30px 20px;
	height: 500px;
}