
div#wquizheader {
	height: 180px;
	width: 700px;
	background-image: url(/wquiz/headerlogo.png);
}

#wquizmain a {
	text-decoration: none;
}

#wquizmain a:hover {
	text-decoration: underline;
}

.checkcolumn
{
	float: left;
	margin-left: 20px;
}

.answered {
	color: green;
}

.correct {
	color: green;
}

.reviewcorrect {
	color: green;
}

.notanswered {
	color: red;
}

.reviewnotanswered {
	color: red;
}

.wrong {
	color: red;
}

.wrongnotanswered {
	color: black;
}

.reviewwrong {
	color: red;
}

.clearboth {
	clear: both;
}


div#wquizfooter {
	position: relative;
	top: 40px;
}

#wquizfooter a {
	text-decoration: none;
}

#wquizfooter a:hover {
	text-decoration: underline;
}

p.createdby {
	float: left;
	margin-top: 10px;
	text-decoration: none;
}


