.faqAnswer { 
	line-height: 18px; 
	padding: 0 0 10px 30px;
}
  
.faqQuestion {
	font-weight: bold; 
	font-size: 1.2 em;
	cursor: pointer; 
	line-height: 25px; 
	padding: 4px 30px; 
	color: #a8968e;
}  

.faqQuestion:hover {
	background-color: #DCE5FF;
}