@import url(html4css1.css);

h1 {
	margin-top: 20pt;
}

h1.title {
	background-color: #CCCCCC;
	padding: 4pt;
	margin-top: 0pt;
	text-align:center;
	font-size: 24pt;
}

h1 {
	font-size: 21pt;
}

h2 {
	font-size: 17pt;
	margin-top: 9pt;
	padding-top: 2pt;
	border-top: 1px solid black;
}

h2.subtitle {
	font-size: 14pt;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	border: none;
}

p,li,dd {
	max-width: 30em;
}

a.linkAnchor {
	text-decoration: none;
}
