BODY {
	margin: 0;
	padding: 0;
	background-color: #0099CC;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
	}
ul.nobullet {list-style-type: none;}
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: #000080;
}
#main {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}
#content {
	background-color: #FDF8F2;
	color: black;
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px;
	text-align: left;
}
#content ul {
	font-size: 110%;
}
#content li {
	margin-bottom: 12px;
}
#content p {
	font-size: 110%;
}
#content p.emphasis {
	color:red;
	text-transform: uppercase;
	text-align: center;
	font-size: 130%;
}
#content a {
	font-weight: normal;
	text-decoration: underline;
}
#content p.emphasis {
	color:red;
}
#content li li {
	list-style-type: disc;
}
#youranswer li {
	margin-bottom: 6px;
}
#youranswer ul {
	margin-top: 0px;
}
#questionwrong {
	font-style: italic;
}
#correct {
	color: Red;
	font-weight: bold;
}
#questionright ul{
	font-style: italic;
}
#answer {
	font-size: 150%;
}
#next {
	position: absolute;
	bottom: 0;
	left: 600px;
	color: teal;
	font-weight: bolder;
}
#next a {
	color: blue;
}
#next a:hover{
		color: teal;
	}
