body {
	background-color: #FAEBD7;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "MS Serif", "New York", serif;
}

a:focus {
	color: #464646;
	text-decoration: underline;
}

a:hover {
	color: #464646;
	text-decoration: underline;
}

a:active {	
	color: #932500;
	text-decoration: underline;
}

a:link {	
	color: #932500;
	text-decoration: underline;
}

a:visited {
	color: #932500;
}


.footer {
	color: Black;
	font-size: xx-small;
	text-align: center;
}

a.footerlink:focus {
	font-size: xx-small;
	color: #464646;
}

a.footerlink:hover {
	font-size: xx-small;
	color: #464646;
}

a.footerlink:visited {
	font-size: xx-small;
	color: #932500;
}

a.footerlink:link {
	font-size: xx-small;
	color: #932500;
}

h1 {
	font-size: large;
	color: #932500;
}

h2 {
	font-size: medium;
	color: #932500;
}

h3 {
	font-size: small;
	color: #932500;
}

hr {
	color: #464646;
}