/* Rob McMeekin <rrm3@rrm3.org>
 * $Id: style.css,v 1.5 2010/02/07 05:15:20 rrm3 Exp $
 */
body {
	background-color: #000;
	color: #fff;
	font-family: serif;
	line-height: 150%;
	padding-top: 1em;
	text-align: center;
}
body div#BODY {
	background-image: url('/img/Background4.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 614px;
	margin: auto;
	width: 962px;
}
body div#BODY address code {
	font-family: monospace;
	font-style: normal;
}
body div#BODY h1 {
	font-family: sans-serif;
	font-size: 800%;
	line-height: 150%;
	margin: 0;
}
body div#BODY h1 a {
	color: #fff;
	text-decoration: none;
}
