BODY{
	background-color: #D3CF9D;
	font-family: "Futura Md BT";
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: Black;
	
}

a:visited {
	text-decoration: none;
	color: Black;
}

a:hover {
	text-decoration: underline;
	color: #700000;
	background-color: #D3CF9D;
	}


a:link {
	text-decoration: none;
	color: Black
}	
