/* CSS for pages using the FAQ php files to query the WebHD db */
/* This CSS formats the FAQ entries correctly */

#content .text h3 {
	padding-bottom: 5px;
}

#content .text p {
	margin-left: 1em;
	padding-bottom: 10px;
}

#content .text a {
	font-size: 90%;
}

#content .text ul {
	list-style-type: disc;
	margin-left: 2em;
}