body
{
	/* background-color: #344565; This is a really
	nice color, but a bit dark for this. */
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}

.questionbox
{
	margin-bottom: .25in;
}

.answerbox
{
	margin-left: .125in;
}

.correctanswer
{
	color: Green;
}

.incorrectanswer
{
	color: Red;
}

.quizname
{
	text-align: center;
	font-size: 120%;
}

.floaty
{
	float: right;
	border: solid 1px black;
	padding: 5px;
	margin: 5px;
	background-color: #ffff84;
	line-height: 1.5em;
}
