div#pagecontent {
	font-size: 80%;
}
div#pagecontent h1 {
	font-size: 150%;
}

div#pagecontent h2 {
	margin: 0 0 5px 0;
	text-decoration: underline;
}
div#pagecontent h3 {
	font-size: 120%;
}
div#pagecontent p {
	margin: 0 0 5px 0;
}
div#pagecontent table {
	margin: 0 auto;
}
div#pagecontent table th {
	border-bottom: 2px solid skyblue;
}
div#pagecontent table td {
	border-bottom: 1px solid #ddddff;
}
div.section dl {
	margin-top: 0;
}

div.section dl dt {
	float: left;
	font-weight: bold;
}
div.section dl dd {
	margin: 0 0 5px 12em;
}
div.section ul {
	padding: 0 0 0 1.5em;
	list-style-type: circle;
}

