body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	background-color: #8A1C00;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	background-color: #ffffff;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.heading {
	font-size: 36px;
	font-weight: bold;
	color: #FFCC99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.subtext {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.heading2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


