/* Hunter Learning style sheet */

body
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
background: #DBE0CA;
}

.footer {
	font-size: 10px;
	color: #00703C;
}
.page_header {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

a:active, a, a:visited {
	color: #D02329;
	text-decoration: none;
}

a:hover {
	color: #00703C;
	text-decoration: none;
}

.hunter_blue {
	color: #25418F;
}