.faq {

}
	.faq a.question {
		display: block;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: normal;
		color: #554f43;
		text-decoration: none;
		margin: 0.5em 0;
	}
	.faq a.question:hover {
		text-decoration: none;
	}
	.faq .collapsed a.question {
		text-decoration: underline;
		color: #7a5201;
	}
	.faq .answer {
		padding: 10px 0;
		margin: 0 0 1em 50px;
		font-size: 1.4em;
		line-height: 1.5em;
		color: #7a5201;
		border-top: 1px solid #c4973c;
		border-bottom: 1px solid #c4973c;
	}
	.faq .collapsed .answer {
		display: none;
	}
