* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	line-height: 140%;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #000;
	font-weight:bold;
}
a:link, a:visited {
	text-decoration : underline;
	color: #000;
}
a:active {
	text-decoration : underline;
	color: #000;
}
#wrapper {
	margin: 0;
	background: #fff;
}
#content {
	float:left;
	width:100%;
	padding:0;
}

#head, ul.questNumber,.startbutton, .info {
	display: none;
}

