body
{
	background: white;
	color: #201000;
	font-family: Garamond;
}

table
{
	padding: 4px 4px 4px 4px;
}

a
{
	color: #FF8400;
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

a:hover
{
	color: #FFA341;
	border-bottom-color: #B0A0A0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

td
{
	font-size: 1.1em;
}

td.contents
{
	width: 150px;
	border-right-color: #B0A0A0;
	border-right-style: dashed;
	border-right-width: 1px;
	border-top-color: #B0A0A0;
	border-top-style: dashed;
	border-top-width: 1px;
	text-align: center;
}

td.content
{
	border-bottom-color: #B0A0A0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

span.break
{
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	border-top-color: #B0A0A0;
	border-top-style: dashed;
	border-top-width: 1px;
	width: 100%;
}

h3
{
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: darkorange;
}

h4
{
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #FFA800;
}

.italic
{
	font-style: italic;
	font-family: Times New Roman;
}

.small-caps
{
	font-variant: small-caps;
}

h1,h2,h3,h4,h5,h6,p,span
{
	margin-bottom: 0px;
}

pre,code
{
	color: darkred;
}