body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #800000;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 13px;
}

.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:hover {
	text-decoration: underline;
}
A:link {color: #FFCC66;}
A:visited {color: #E9B468;}
A:active {color: #FFCC66;}
A:hover {text-decoration: underline; color: #FF6633;}