td, p, h1, h2, h3, li
{
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #000000;
	text-align: left;




}
body
{
background-color: #000000;
text-align:center;
}
.back {
	position:relative;
margin-left:auto;
margin-right:auto;
	height: 600px;
	width: 800px;
	background-color: #666666;
	top: 10px;


}
.title {
	font-family: arial, helvetica, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.column1
{
	z-index: 1;
	left: 20px;
	top: 20px;
	background-color: #EEEEEE;
	height: 560px;
	width: 240px;
	position: absolute;
	}

.column2
{
	z-index: 1;
	left: 280px;
	top: 20px;
	background-color: #EEEEEE;
	height: 560px;
	width:240px;
	position: absolute;
	}

.column3
{
	z-index: 1;
	left: 540px;
	top: 20px;
	background-color: #EEEEEE;
	height: 560px;
	width:240px;
	position: absolute;
	}

.column {
	position: absolute;
	height: 540px;
	width: 220px;
	left: 10px;
	top: 10px;
}
.doublecolumnback	{
	position:absolute;
	top:20px;
	left:280px;
	width:500px;
	height: 560px;
	background-color:#EEEEEE;
}
.doublecolumn	{
	position:absolute;
	top:10px;
	left:10px;
	width:480px;
	height:540px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.pic {
	position: absolute;
	z-index: 2;
	height: 267px;
	width: 200px;
	bottom: 10px;
	left: 10px;

}
.widepic {
	position: absolute;
	z-index: 2;
	height: 150px;
	width: 200px;
	border: 0px;
	bottom: 10px;
	left: 10px;

}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-align:center;
}
.credits {
	position:relative;
	top:10px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.question
	{
	position:relative;
	font-weight: bolder;
	margin-left:auto;
	margin-right:auto;

	}
.answer
	{
	font-style: italic;
	}
