.faq li a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
	line-height: 2em;
}

.faq li.selected a {
	color: #3B3B3B;
}

.faq li.selected div {
	display: block;
}

.faq li div {
	display: none;
	padding-bottom: 1em;
}

