body {
  font-family: serif;
}
a {
	text-decoration: none;
	font-weight: heavy;
	color: red;
}
a:hover {
	text-decoration: underline;
}
#outer {
}
.nav {
	display: none;
}
.footer {
	display: none;
}
#header img {
	float: right;
	display: block;
}
h1.header, h2.header {
	margin: 0.5em;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	font-variant: small-caps;
}
p.header {
	margin: 0.5em;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	font-variant: small-caps;
}
.clear {
	clear: both;
	border-top: thin solid black;
}