body {
	background-color: #B5BA3A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #A11E2C;
}
	
a:link {
	color: #D03701;
	text-decoration: none;
}
a:visited {
	color: #D03701;
	text-decoration: none;
}
a:hover {
	color: #E86C1F;
	text-decoration: underline;
}
a:active {
	color: #49090C;
	text-decoration: none;
}