body {
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: black;
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	width: 700px;
	background-color: black;
}
#header {
	background-color: black;
	padding: 10px;
	font-size: .7em;
	color: white;
	width: 680px;
	border-bottom: 1px solid white;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#header a:focus, #header a:hover {
	text-decoration: none;
	color: red;
	font-weight: red;
}

#content {
	padding: 20px;
	color: white;
}