body 
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #BFFFE4;
}

div.menu {
	border: solid #007D48;
}

div.menu a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	border-top: solid #007D48;
}

div.menu a:link{
	background: #00B366;
}

div.menu a:visited {
	background: #00B366;
}

div.menu a:hover {
	background: #00A65F;
}


div#content {
	
	border: double #007D48;
	background-color: #00B366;
	
}

div#content a:link, a:visited {
	background: #ffddaa;
	
}

div#content a:hover {
	background: #ffcc99;
	
}


div#content h3 {
	background-color: #BFFFE4;	
	color: #386938;	
}

