.bodycontainer {
	margin: 0px;
	padding: 20px;
	width: 500px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background-image: url(images/poe.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
}
h1 {
	font-size: 68px;
	font-style: normal;
	text-align: center;
	background-position: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-position: center;
	color: #990000;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: center;
	background-position: center;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-position: center;
	color: #000000;
	font: Trebuchet MS;
	font-variant: normal;
	line-height: 30px;
}

.ul-question {
	list-style-image: url(images/ul-question.jpg);
}
.ul-exclaim {
	list-style-image: url(images/ul-exclaim.jpg);
	color: #CC0000;
}
.ul-check {
	list-style-image: url(images/ul-check.jpg);
}
.yellow-box {
	width: 90%;
	border: thin ridge #CC0000;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: center;
	position: fixed;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #CC0000;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}



.small {
	font-size: 12px;
