/*	
	colour palettes
		Blue: 		#00AEEF
		Orange:		#F7941E

		Blue 50%:	#6DCFF6
		Blue 40%: 	#8ED8F8 - nav off
		Blue 20%: 	#C7EAFB
		Blue 15%:	#CCEAFD - background
		Blue 10%: 	#E1F4FD
	
		Grey text:	#777
		Grey 20%:	#D1D3D4 - nav select
		Grey 50%:	#939598
		
		Black:		#000
		White:		#FFF
*/




ul{
	margin: 0 0 0 60px;
	padding: 0;
}

.testquestion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #00AEEF;
	line-height: 16pt;
} 
.answer {
	color: #000000;
} 
#testContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #777;
}
#testResults {
	
}



/*-- top of page link -- */

.topPage {
	float:right;
}
