body {
	background-color: white;
	font-family: sans-serif;
	width: 800px;
	margin-top: 0px;
	position: relative;
	margin-left: -400px;
	left: 50%;
}

div#header img { border: none; }

div#header a { color: black; }

div#header a:hover { text-decoration: none; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

a:hover { text-decoration: underline; }

div#header h1 {
	position: absolute;
	top: 25px;
	left: 380px;
	letter-spacing: .75em;
	font-family: georgia;
	font-size: xx-large;
	display: inline;
	border-left: none; border-right: none;
	border-top: solid; border-bottom: solid;
	border-color: black;
	border-width: 3px;
	padding: 5px;
}

hr { clear: left; }
