body {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	background-color : White;
	color : Blue;
}



th {
	font-size : medium;
	text-align : center;
}

.header {
	font-size : 1.6 em;
	text-align : center;
}

a {
	text-decoration : none;
	color: White;

	
}


a:hover {
	background-color : #99CCFF;
	color : Black;
	text-decoration : none;
}

a:active {
	color : Aqua;
}


a:link {
text-decoration : none;
color: White;
	
}

td.answer {
background: black;
color: white;
}
