body {
	background-color: black;
	color: white;
}
table {
	width: 800px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
a {
	color: yellow;
	text-decoration: none;
}
a.nav {
	color: white;
	text-decoration: none;
}
a.nav:hover {
	color: black;
	background-color: white;
}
#top {
	padding-bottom: 10px;
}
#content {
	padding-top: 10px;
	padding-left: 10px;
}
