@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fullheight{
	height:100%;
}
a{
	color:#0000FF;
}
	
a:hover{
	color:#990000;
	text-decoration:underline;
	}
a:visited{
	color:#0000FF;
	}
a.whiteNAV{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.whiteNAV{
	background-color:#c5a9d2;
}
.QandA{
	font-size:24px;
	font-weight:bold;
}
.testLeft{
	background-image:url(images/test_bottom_left.jpg);
}
.tests{
	font-size:12px;
	background-image:url(images/test_bottom_right.jpg);
}
