body {
	color: black;
	font: 11pt Georgia, "Times New Roman", Times, serif;
}
#header {
	display: none;
}
#content, #footer {
	width: 90%;
	margin: auto;
}
#credit {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	line-height: normal;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
a {
	text-decoration: underline;
	color: gray;
}
img {
	border: none;
}
fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: 0px;
	height: 11px;
	color: gray;
	background-color: gray;
}