h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
	text-decoration: none;
	margin-top: 5px;
}
a:visited {
	color: #BBBBBB;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #7E7E7E;
	text-decoration: none;
	font-size: 16px;
}
h1, h2, p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
hr {
	color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

