/* CSS Document */

/* SURFIMPRESS QUIZ */



.htmlquiz, .evaluation{
	color:black;
	padding:15px;
	border:1px dashed white;
}



.htmlquiz ol{
	font-size:110%;
	line-height:200%;
}

.htmlquiz h3{
	font-size:150%;
}

.htmlquiz h4{
	font-size:120%;
}

.quizcorrect{

	font-size:150%;
	color:#00FF33;

}

.quizincorrect{

	font-size:150%;
	color:red;

}

.quiznextquestion, .quizplayagain, .quiztryagain{

	font-size:150%;
	
}

.quiztotal, .quizpoints{
	font-size:150%;
}

.quizpic{
	float:right;
	width:202px;
	margin-left:15px;
}

.quizpic img{
	border:1px solid white;
}

.quizclear{

	clear:right;

}

.htmlquiz table thead{
		background-color:white;
}

/* _________________ */

