html, body {
	height: 100%;
	background-color: #880d35;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
h5 {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}



#container {
	background-color: #fff;
	text-align: left;
	padding: 0px;
	width: 1094px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
