body {
	color: Black;
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", serif;
	font-size: small;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a {
	color: Black;
	text-decoration: underline;
}

a.menu {
	color: Black;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	}

a.menu:hover {
	color: White;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

h2 {
	color: White;
	background-color: #6B8E23;
	border-style: groove;	
	
	
	
	
	
}

