body {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
p, h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
a {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:link { color: #931a11; }
a:visited, a:active { color: #6b130c; }
a:hover { color: #db8e1c; }
img {
	border: none;
}
.navtext {
	font-weight: bold;
}

h1.subject {
	margin-top: 1em; 
	margin-bottom: 1em; 
	color: #c92318;
	white-space: nowrap;
	text-align: center;
}

div.main {
	margin: 2.0em;
}

hr {
	border: 0;
	width: 90%;
	color: #c92318;
	background-color: #c92318;
	height: 3px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	text-align: center;
}


