<!--
#content > table{
	padding-bottom:30px;
}
.quizbutton {
	height: 40px;
	width: 120px;
	background-color:#99cccc;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
}
h1{
	margin-bottom:8px;
}
.nextbutton {
	height: 32px;
	width: 200px;
	background-color:#99cccc;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
}
.quizpic {
	border:1px solid black;
}
.quiztitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18pt;
	color:#000000;
	margin-top:10px;
}
.quizanswers {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	color:#000000;
}
.scoreboard {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
.correct {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color:green;
}
.incorrect {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color:red;
}
.box{
	background-color:#efefef;
	border:1px solid black;
	text-align:center;
	color:#000000;
}
.timerbox{
	font-size: 16pt;
	text-align:center;
}
.underline{
	font-size:11pt;
	font-style:italic;
	border-bottom:1px solid #666666;
}
.perfect{
	font-size:16pt;
	margin-bottom:12px;
	text-align:center;
}
.score{
	font-size:10px;
	margin-left:30px;
}

-->
