
		body {
		background: #054d73;
		margin: 0px;
		padding: 0px;
		font-family: Helvetica,Arial,sans-serif;
		font-weight: normal; }
		

		a:link {text-decoration: none; color: #0099cc; }    /* unvisited link */
		a:visited {text-decoration: none; color: #0099cc; } /* visited link */
		a:hover {text-decoration: underline; color: #0099cc; }   /* mouse over link */
		a:active {text-decoration: underline; color: #0099cc; }  /* selected link */		
		
        p { font-family: Helvetica,Arial,sans-serif; font-size: 0.75em; color: #000; text-align: left; }        
		
		.maincontent { 
		width: 610px;
		background-color: #ffffff;
		margin-right: auto;
		margin-left: auto;
		margin-top: 40px; 
		margin-bottom: 40px; 
		padding: 22px 60px 30px 30px;
		border-radius: 14px; }
		
		

	h2.testheading {  
		font-size: 2em; }	

	p.testquestion { 
		margin: 0px; }	
	
		
	p.testoption { 
		margin: 0px 12px 16px 0px; }			


	h2.resultheading { 
		margin: 0px 0px 20px 0px;  
		font-size: 1.4em; }			

	p.testresult { 
		font-size:1.4em; }			

	p.testresulttext { 
		margin: 0px 0px 16px 0px; }	
		
		
