/* reset and standardization */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* end reset */

body {
	/* font-size: 62.5%; */
}


h2 {
	color: #424542;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #000000; /* #9a9189; /* #FF0000; */
	font-weight: bold;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.trivia_container p {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

 #content input {
	border: 0px;
	color: #ffffff;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

.button {
	background: #424542; /* #ae2422; /* #aa2020; /* red, was this gray: #424542; */
	font-weight: bold;
}

.gray {
	color: #424542;
}

.newGray {
	color: #9a9189;
}

.lightGray {
	color: #a7a8a7;
}

.red {
	color: #ae2422; /* red, was this brighter red: #FF0000; */
}

.moreLink {
	color: #000000;
}

.moreLink a {
	color: #000000;
}

.moreLink a:hover {
	color: #0033FF;
}

#trivia_container {
	margin: 20px 10px 20px 20px; margin-top: 10px;
}

HTML>body #trivia_container {
	margin: 20px; margin-top: 10px;
}

#trivia_header {
	width: 688px;
	margin-bottom: 5px;
}

#trivia_content { 
	clear: both;
}

#trivia_footer {
	clear: both;
	width: 688px;
	margin-left: 0px;
}

#questionBox {
	width: 300px;
	float: left;
}

#resultBox {
	width: 300px; 
	height: 250px; 
	/*position: absolute; 
	top: 150px; 
	left: 20px; 
	z-index: 5; 
	*/
	background: #ffffff; 
	text-align: left;
}


#resultBox2 {
	width: 300px; 
	height: 250px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 5; 
	background: #ffffff; 
	text-align: left;
}

a:visited {
	color: #000000;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a {
   color: #FF0000;
   text-decoration: none;
}


#listTrivia a {
color: #000000;
font-size: 12px;
}

#listTrivia a:hover {
color: #0033FF;
font-size: 12px;
}

#listTrivia li {
list-style-image: url(../img/redsquare.gif);
margin-left: 1em;
}