.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #B0C963;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #A4C554;
}
.footer a:link {
	color: #46730E;
}
.footer a:visited {
	color: #46730E;
}
.footer a:active {
	color: #A4C554;
}
.footer a:hover {
	color: #A4C554;
	text-decoration: none;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #243086;
	text-decoration: none;
}
.body a:link {
	color: #29570F;
	text-decoration: none;
}
.body a:visited {
	color: #29570F;
}
.body a:hover {
	color: #29570F;
	text-decoration: underline;
}
