h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9999FF;
	text-decoration: none;
	background-color: #E6E6E6;
	border: thin solid #999999;
	padding: 5px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding: 10px;
}
.header {
	height: 72px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #CCFF00;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	float: none;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
a:visited {

	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
a:hover {

	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
a:active {

	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
body {
	background-color: #F2F2F2;
}
.next {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #006699;
}
.instructions {
	float: none;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

