@charset "UTF-8";
/* CSS Document */
.Test_Question {
	color: #000000; 
	padding: 5px; 
	background-color:#F0AEAC; 
	font-family: Georgia; 
	font-size: 13px; 
	margin-top:5px; 
	border-bottom:2px solid #F00; 
	border-top:2px solid #F00; 
	line-height:25px;
}
.Answer {
	color: #000000; 
	padding: 5px; 
	background-color:#B9FD95; 
	font-family: Georgia; 
	font-size: 13px; 
	margin-top:5px; 
	border-bottom:2px solid #317214; 
	border-top:2px solid #317214; 
	line-height:25px;
	display:none;
}



