body {
background-color:#C11B17;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


#reswrap {
	height: 500px;
	width: 98%;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}
.restitle {
	height: 40px;
	width: 98%;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.reslinks {
	height: 375px;
	width: 97%;
	left: 10px;
	padding: 0px;
	position: absolute;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}
.resfooter {
	height: 40px;
	width: 98%;
	left: 0px;
	padding: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	bottom: 0px;
}

