html {
	margin: 0 1em 0 1em;
}
body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}
h1 {
	display: none;
}
h2 {
	color: green;
	background-color: white;
}
h3 {
	text-transform: uppercase;
}
h4 {
	color: maroon;
	background-color: white;
}
h5 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
h6 {
	text-align: center;
	font-size: 1em;
	color: green;
}
#main {
	margin-left: 1em;
	margin-right: 160px;
}
#main dt {
	font-weight: bold;
}
#main caption {
	background: #ccc;
	border-color: white;
	border-width: 0 2px 2px 2px;
	border-style: none solid solid solid;
}
#main th {
	background: #ddd;
}
#main td {
	background: #eee;
}
#header {
	border-bottom: green;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 0 auto 0 auto;
	text-align: center;
}
sup {
	font-size: .7em;
	line-height: 0em;
}
#footer {
	position: relative;
	clear: both;
	margin-left: 1em;
	border-color: green;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	text-align: center;
}
#navigation {
	width: 150px;
	float: right;
}
#navigation a {
	color: gray;
	background-color: white;
	font-size: 100%;
	text-decoration: none;
	margin: 0em;
	padding: 1px 5px 1px 10px;
	border-left: 1px solid green;
	display: block;
}
#navigation h4 {
	font-weight: bold;
	font-size: 100%;
	background-color: transparent;
	margin: 0px;
	padding: 1em 5px 0px 2px;
	border-bottom: 1px solid green;
	border-left: 1px solid green;
}
#navigation a:hover {
	color: blue;
	background-color: #ff9;
	padding-left: 7px;
	border-left: 4px solid maroon;
}
#navigation a#comment {
	color: black;
	background-color: #ffeae5;
	padding-left: 7px;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-color: rgb(60%,48%,40%);
}
.linker {
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}
#redvols {
	color: red;
	font-style: italic;
	font-weight: bold;
}

