body {
	margin-left: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #c6161c;
	
}

p, td, ol, ul {
	font-family: "Gill Sans MT Condensed";
	font-size: 12pt;
	color: white;
}

h1 {
	font-family: "Myriad Web Pro Condensed";
	font-size: 18pt;
	color: white;
	font-weight: bolder;
	text-align: center;
}

h2 {
	font-family: "Myriad Web Pro Condensed";
	font-size: 14pt;
	color: white;
	font-weight: bolder;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
	font-family: "Gill Sans MT Condensed";
	font-size: 12pt;
}

a:hover {
	color: #c6161c;
	background-color: white;
	text-decoration: none;
	font-family: "Gill Sans MT Condensed";
	font-size: 12pt;
}
