/* Clear */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
}
/* Set h1,h2,h3,p,li */

h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px
}
p {
	font-size:16px;
}
li {
	font-size:16px;
}
/* Anchors */

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#F7802E;
}
/* Body */

body {
	background-color:#000000;
}
#wrapper {
	width:950px;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.question {
	text-align:center;
	font-size:24px;
	padding:10px;
}
.answers {
	font-size:25px;
	text-align:center;
	vertical-align:middle;
	padding:10px;
}
.answers a {
	text-decoration:none;
	color:#000000;
	display:block;
}
.answers a:hover {
	text-decoration:underline;
	color:#F7802E;
}
#board {
	background-color:#FFFFFF;
}
#score {
	width:100px;
	text-align:center;
	padding: 20px;
	font-size:70px;
	background-color:#000000;
	color:#FFFFFF;
	border:2px solid #FF7E00;
	margin: 0 auto 0 auto;
}
#score p#scoretitle {
	font-size:12px;
}
#rate {
	text-align:center;
	padding:20px;
	font-size:22px;
}
.gonow {
	text-align:center;
	padding:20px;
}
.gonow a {
	padding:0 30px 0 30px;
	font-size:18px;
}
/* answers page */

#check {
	width:900px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:center;
}

#gonowtwo{
	width:950px;
	float:left;
	text-align:center;
	padding:20px 0;
	background-color:#FFFFFF;
}
#gonowtwo a {
	padding:0 30px 0 30px;
	font-size:18px;
}

