.testcontainer {
	padding: 5px;
	margin: 20px;

	border-top:		solid 2px #aaaaaa;
	border-left:	solid 2px #aaaaaa;
	border-bottom:	solid 2px #888888;
	border-right:	solid 2px #888888;
	background-color:		#008800;
	
	text-align: center;
}

.testcontainer input {
	background-color: #FFFF99;
	border: 1px solid #333333;
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

#homecontainer {
	position: relative;
	left: 100px;
	width: 411px;
}

.testlink a {
	font-size: 16px;
	color: #FFFF99;
}
.testlink a:hover, .testlink a:active { color: #CCCC99; }


.testdesc {
	border-top:		solid 2px #888888;
	border-left:	solid 2px #888888;
	border-bottom:	solid 2px #aaaaaa;
	border-right:	solid 2px #aaaaaa;
	background-color:		#00ff88;

	margin: 2px 30px 10px 30px;
	padding: 2px;
}

.question {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
}

.answers {
	border-top:		solid 2px #888888;
	border-left:	solid 2px #888888;
	border-bottom:	solid 2px #aaaaaa;
	border-right:	solid 2px #aaaaaa;
	background-color:		#00ff88;

	margin: 2px 30px 10px 30px;
	padding: 2px;
	
	text-align: left;	
}

.fault {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
}

