BODY {
	margin: 0;
	padding: 0;
	background-color: #0099CC;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
	}
a {
	text-decoration: none;
	color: teal;
	font-weight: bold;
}
a:visited {
	color: teal;
}
a:hover {
	color: blue;
}	
}
#wrapper {
	background-color: #FDF8F2;
	color: white;
	margin: 30px 40px 30px 40px;
	padding: 10px;
}
#header p{
	font-weight: bold;
	color: Navy;
}
#main {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}
#content {
	background-color: #FDF8F2;
	color: black;
	padding: 30px;
	text-align: center;
}
#content ul {
	font-size: 110%;
}
#content li {
	margin-bottom: 12px;
}
#content p {
	font-size: 110%;
}
#content p.emphasis {
	color:red;
}
#content li li {
	list-style-type: disc;
}

#next {
	position: absolute;
	bottom: 0;
	left: 600px;
	color: teal;
	font-weight: bolder;
}
#next a {
	color: blue;
}
#next a:hover{
		color: teal;
	}
#content a {
	font-weight: normal;
	text-decoration: underline;
}