body {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 800px;
}

a {
	color: rgb(225,225,225);
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 1.5em;
}

td {
	padding: 0 2em 0.5em 0;
}

hr {
	border: 0px;
	color: white;
	background-color: white;
	height: 1px;
}

#content {
	margin: 0 2em 0 2em;
}

#footer {
	padding: 1em;
	text-align: center;
}

#copy {
	font-size: 0.5em;
	text-align: right;
}