#faq {
	font-size: 80%;
}

#faq a {
	color: blue;
	text-decoration: none;
}
#faq a:hover {
	text-decoration: underline;
}

#faq li {
	background: #f5f5f5;
	margin-bottom: 2px;
}
