/*body {
	line-height: 1;
	font-family: Verdana, sans-serif;
	font-size: 0.875em;
	margin: 0;
	padding: 0;
	}*/
	
/*#container {
	position: relative;
	margin: 1.8em 0 0 0;
	padding: 0;
	border: 1px solid #FFF; 
	}*/ /* to overcome IE bug */

/*#content {
	margin: 0 15em 0 15em;
	padding: 1em;
	}*/
	

body#main_quiz #content h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family: "Lucida Sans Unicode",Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	letter-spacing: -2px;
	text-transform: lowercase;
	color:#E87830;
	}

body#main_quiz #content td { 
	padding: 2px 0 2px 0;;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

body#main_quiz #content table {
	border-collapse: collapse;
}

body#main_quiz #content .basictext {
	color:#000000;
	font-weight: bold;
}

body#main_quiz #content .errortext {
	color:#CC0000;
	font-weight: bold;
}

body#quiz_grade #content h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family: "Lucida Sans Unicode",Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	letter-spacing: -2px;
	text-transform: lowercase;
	color:#E87830;
}
	
body#quiz_grade #content p {
	color:#000000;
	font-weight: bold;
}
	
body#quiz_grade #content .highlight {
	color:#CC0000;
	font-weight: bold;
	text-decoration: underline;
}

body#quiz_grade #content ol {
	margin: 0px 0px 16px 0px;
	padding-left: 2em;
}

body#quiz_grade #content ol li {
	line-height: 25px;
	color:#CC0000;
	font-weight: bold;
}

