body {
	margin: 0;
	padding: 35px 30px;
	font-family: georgia, times, serif;
	font-size: 0.96875em;
	color: #222;
}

h1, h2, h3 {
	font-family: "adobe garamond", garamond, goudy, "goudy old style", "trebuchet ms", georgia, times, serif;
}

h1 {
	font-size: 1.6em;
	color: #000;
}

h2 {
	font-family: "adobe garamond", garamond, goudy, "goudy old style", "trebuchet ms", georgia, times, serif;
	font-size: 1.4em;
	color: #000;
}

h3 {
	font-family: "adobe garamond", garamond, goudy, "goudy old style", "trebuchet ms", georgia, times, serif;
	font-size: 1.2em;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}

li {
	line-height: 1.35em;
}

p {
	line-height: 1.35em;
}

p#psource {
	display: none;
}

a {
	text-decoration: none;
	color: #30c;
}

a:hover {
	text-decoration: underline;
}

dl {border-top: 1px solid #ccc; margin-top: 1.6em; padding-top: 0em;}
dt {display: block;}
dd {margin-left: 25px;}