body {
	background-color: #420000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #600;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #600;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
}
.burgundy {
	color: #900;
	font-weight: bold;
}
#Wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#textWrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #dddddd;
	padding: 10px;
}
.toppage {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
}
#ButtonWrapper {
	height: 45px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align: center;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #00C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00C;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
.smallerTitle {
	font-size: 20px;
	font-style: italic;
}
.superscrpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3399FF;
	vertical-align: super;
}
.rightalign {
	text-align: right;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}

