html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    color: #262626;
	background: #0033FF;
	margin-bottom:30px;
}

a.variousq {
	outline: none;
	color:#FFFF00;
	font-weight:bolder;
	font-size:24px;
	text-decoration:none;
}
a.various1 {
	outline: none;
	color:#FFFF00;
	font-weight:bolder;
	font-size:24px;
	text-decoration:none;
}
a.spent {
	outline: none;
	color:#999999;
	font-weight:bolder;
	font-size:24px;
	text-decoration:none;
}

#content {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	/*padding: 0 60px 30px 60px;*/
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

#contentindex {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	/*padding: 0 60px 30px 60px;*/
	border: solid 1px #cbcbcb;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	padding:5px;
	}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
}

p {
	margin: 0;
	padding: 7px 0;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}


/*my additions*/
td.categories{
	border:2px solid #FFFF00;
	background-color:#FFFFFF;
	width:150px;
	height:auto;
	text-align:center;
	font-weight:bolder;
	font-size:16px;
	color:#FF0000;
	}
	
td.questions{
	width:150px;
	height:70px;
	background-image:url(images/qbox.jpg); background-repeat:no-repeat;
	text-align:center;
	border:4px solid #FF6600;
	}

td.seenit{
	width:150px;
	height:70px;
	background-image:url(images/blankbox.jpg); background-repeat:no-repeat;
	text-align:center;
	border:4px solid #666666;
	color:#999999;
	}
td.final{
	background-color:#0033CC;
	color:#FF3300;
	text-align:center;
	border:4px solid #FF6600;
	width:775px;
	height:40px;
	}
td.seenfj{
	background-color:#333333;
	color:#999999;
	text-align:center;
	border:4px solid #999999;
	width:775px;
	height:40px;
	}
td.nofinal{
	display:none;
	}
#gamebox{
	background-color:#000000;
	border:4px solid #FF0000;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	padding:5px;
	}
	
#inline1{
	width:auto;
	height:auto;
	padding:25px;
	font-size:24px;
	}
.qbox{
	font-size:32px;
	font-weight:bold;
	line-height:normal;
	padding:10px;
	border:4px solid black;
	text-align:center;
	}
.qreveal{
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	padding:10px;
	text-align:center;
	}
.abox{
	font-size:32px;
	color:#FF0000;
	line-height:normal;
	font-weight:bold;
	text-align:center;
	padding:10px;
	}
.reveal{
	border:4px solid black;
	}

.category1{
	width:825px;
	padding:5px;
	background-color:#999999;
	border:4px solid #FFFF00;
	}
.category2{
	width:825px;
	padding:5px;
	background-color:#999999;
	border:4px solid #00FF00;
	}
.category3{
	width:825px;
	padding:5px;
	background-color:#999999;
	border:4px solid #00FFFF;
	}
.category4{
	width:825px;
	padding:5px;
	background-color:#999999;
	border:4px solid #FF00FF;
	}
.category5{
	width:825px;
	padding:5px;
	background-color:#999999;
	border:4px solid #0000FF;
	}
table.category1{
	margin-bottom:10px;
	}
.gamelinks{
	border:5px solid red;
	padding:3px;
	margin:3px;
	}

.howbox1{
	width:800px;
	padding:2px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border:1px solid red;
	}
.howbox2{
	display:none;
	}