a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

body {
	background-color: #3f3f3f;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	}

.header	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background-color: #333333;
	height: 25px;
}

.content {
	color: #C0C0C0;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	}

.content img {
	shadow: 0 0 0.2em #666;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.body_text {
	#color: #C0C0C0;
	color: #C0C0C0;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.body_header {
	color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

.quiz_content {
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	}

.quiz_content img {
	margin: 5px;
	}

.QuizTable {
	background-color: #fff; 
	padding: 0px; border: 0px;
	width: 600px; 
	}	
.QuizTable td {
	vertical-align: top;
	}
.titleCell {
	background-color: #aaa;
	text-align: center;
	}
.pictureCell {
	background-color: #ccc; 
	text-align: center;
	}
.captionCell {
	background-color: #ccc;
	text-align: center;
	}

