html, body { 
	overflow: visible;
	height: auto;
}
body { 
	margin: 10px;
	background: url(../images/quiz-bg.jpg) repeat-x fixed;
}
h1 { 
	display: none;
}
h2 { margin: 0; }
ol ol { 
	list-style-type: lower-alpha;
}
label:hover { 
	color: #C60;
}