#faList a {
	display: block;
	width: 500px;
	text-decoration: none;
	color: #152e53;
	height: 70px;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 5px;
}
#faList a:hover {
	background-color: #DAEAFA;
}

#faList a span {
	font-size: .5em;
	font-style: italic;
	color: #666;
}
