/* CSS Document */

A:Link {
	color: #003366;
	text-decoration: underline;
}

A:Hover {
	color: #8B2426;
	text-decoration: none;
}

A:Visited {
	color: #003366;
	text-decoration: underline;
}

.masthead{	
	padding-bottom: 10px;
	padding-top: 10px;

}

body {
	background-color: #AB6126;
	margin-top: 25px;
}
