#container {
	margin: auto;
	padding: 10px;
	width: 600px;
	border: 2px solid #003366;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 34px;
	color: #FF0000;
	text-align: center;
	margin-bottom: 35px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.highlight {
	background-color: #FFFF33;
}
li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.redtext {
	color: #FF0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
body {
	background-color: #FFFFFF;
}

