body {
	background: url('img/structure/bgQuiz.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#115890;
}

.quiztable {
	margin: 0px;
	border-spacing: 0px;
}

.quiztable td {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px;
	text-align: center;
	min-width: 60px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {   
	color: #F3A74A;
	text-decoration: none;
}

#main a {
	color: #0d426e;
	text-decoration: none;
}

#main a:hover {   
	color: #F3A74A;
	text-decoration: none;
}

#quiz a { cursor:pointer; }