@font-face	{
	font-family: 'Serif';
	src: url('files/serif.otf') format('opentype');
}
* {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1pc;
}
html { font: 14px 'Sans Serif', sans-serif; }
ol, ul { list-style: none; }
ul.centered li { margin: 0 .5pc; }
ul li {
	display: inline;
	margin: 0 1pc 0 0;
	white-space: nowrap;
}
h3, th {
	font-size: 28px;
	font-family: 'Serif' serif;
	text-align: center;
	margin: 2pc 0 1pc 0;
	line-height: 22px;
}
h3:first-child { margin-top: 0; }
h5, ul.boxed:first-child {
	text-align: center;
	font-size: 15px;
}
p + h5 { margin: .5pc; }
h6 {
	font: 18px serif;
	font-style: italic;
	margin: 1pc 0 .25pc 0;
}
p { margin: .5pc 0; text-indent: .5in; }
table { border-spacing: 0; }
a, input[type='submit'] { color: #640101; text-decoration: none; }
p a { font-weight: 600; }
p + a { margin: .5pc 1pc 0 0; }
a[href]:hover, input[type='submit']:hover { text-decoration: underline; }
a:active, input[type='submit']:active { text-decoration: none; }
dl { font-size: 12px; }
dt {
	margin-top: 8px;
	font-weight: bold;
	font-size: larger;
}
dd { font-style: italic; }
dd a { font-style: none; }
#footer {
	clear: both;
	padding: 8px;
	font-size: 13px;
}
.flourished:first-letter { font: 22px 'Serif', serif; line-height: 14px; }
.centered { text-indent: 0; text-align: center; }
.boxed, .product {
	border: 2px solid rgb(240, 220, 220);
	background-color: rgb(255, 240, 240);
	text-align: center;
	padding: 8px 16px;
}
p.boxed {
	padding: 16px;
	margin: 1pc 0;
}
.italic { font-style: italic; }
.columns { border-spacing: 16px; margin: auto; }
.product {
	text-align: left;
	padding: 4px;
}
.product { font-size: 10px; }
.product dd { padding-left: 1pc; }
.product dt:first-child, .product dt:first-child + dd { text-align: center; padding: 0;}
input[type='submit'] {
	font: inherit;
	border: 0;
	background: 0;
	white-space: normal;
}
input[type='checkbox'], input[type='radio'] { margin-right: 4px; }
.block {
	color: inherit;
	display: block;
	font-size: small;
	margin-top: 16px;
}
.block:first-child { margin-top: 0; }
.block h4 { font-size: 14px; }
a.block:hover {
	text-decoration: none;
	color: rgb(100, 1, 1);
}
.block a { font-style: italic; }
#content table { width: 100%; }
#content table td { border-bottom: 1px solid black; }
/*
h3 a { color: inherit; }
h3 a:link:hover, h3 a:visited:hover { text-decoration: none; border-bottom: 2px groove gray; }