/* Main Elements */

body
{
	font-family: arial, sans-serif, helvetica;
	color: #333;
	font-size: 14px;
}

h1
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2
{
	padding: 0px;
	margin: 0px;
}

/* Score */

#score,
.final_score
{
	margin-bottom: 20px;
	font-size: 20px;
}

/* Result Box */

#result
{
	position: relative;
	width: 98%;
	height: 75px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #000;
	z-index: 10;
}

/* Questions List */

ul.options_list
{
	list-style: none;
}

ul.options_list li
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	padding: 0px;
}

ul.options_list li a:link,
ul.options_list li a:visited
{
	text-decoration: none;
	color: #000;
}

ul.options_list li a:hover
{
	font-weight: bold;
	font-size: 18px;
}
