body {
	background: #fff url(images/quizlogo.png) no-repeat top left;
	margin: 0;
	font-size: 12pt;
	font-family: Liberation Sans, sans-serif;
}

div#header {
	float: right;
	margin: 50px;
	height: 100px;
}

div#header ul {
	list-style-type: none;
}

div#header ul li {
	display: inline-block;
	margin-left: 20px;
}

div#content-area {
	clear: both;
	margin: 50px;
}

input[type="text"], input[type="password"] {
	width: 150px;
}

.answer-correct {
	color: #008800;
	font-style: italic;
}

.answer-incorrect {
	color: #cc0000;
	font-style: italic;
}

a {
	color: #0000ff;
	text-decoration: none;
}
