@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #CC0000;
}
a {color:#FFFFFF;}
a:hover {
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

/*Header*/
.footertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E1D2A6;
	font-size: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E1D2A6;
}

