@charset "utf-8";
/* CSS Document */

div.answer {
    width: 85%; 
		margin-left:.25in;
		text-indent: .25in;
		padding: 8px;
    	background: #DDE6EE; 
    	display:block;
    	color: #333;
}

div.question {   /*wrapper for reference & annotation*/ 
		width: 90%;
		color:#333333;
		margin-top: 20px;
}
