body {
	font-family: 'Courier New',Courier,monospace;
	background-color: #f60;
	color: #300;
	margin-left: 20%;
	margin-right: 20%;
}

form {
	background-color: #9cf;
	color: #300;
	padding: 10px 20px 10px 20px;
	border: 3px solid #ffc;
}

table {
	border: 0px;
}

td {
	padding: 4px 4px;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
}

td.question {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 4px 1px 4px;
}

h1 {
	color: #ffc;
	background-color: #f60;
	font-size: 24px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffc;
	background-color: #300;
	text-align: right;
	padding: 5px 10px;
	border: 3px solid #ffc;
}

p { 
	margin-top: 15px;
}

.next {
	background-color: #f60;
	color: #ffc;
	border-top: 2px solid #ffc;
	border-left: 2px solid #ffc;
	border-right: 2px solid #300;
	border-bottom: 2px solid #300;
	margin-top: 20px;
	font-weight: bold;
	padding: 3px;
}

img {
	vertical-align: middle;
}

#result {
	background-color: #9cf;
	color: #300;
	border: 3px solid #ffc;
}

#result p {
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	margin: 20px 20px 40px 230px;
}

#percentage {
	text-align: center;
	float: left;
	width: 200px;
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0px 0px 10px;
}

.verybig {
	font-size: 72px;
	font-weight: bold;
}

#links {
	color: #ffc;
	background-color: #300;
	padding: 5px 10px;
	border: 3px solid #ffc;
	text-align: center;
	margin-top: 20px;
}

#links a:link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#f60;
	background-color:transparent;
}

#links a:visited {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#f60;
	background-color:transparent;
}

#links a:hover {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#9cf;
	background-color:transparent;
}