body {
	color: #fff;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

p {
	font-family: monospace;
	font-size: 1.2em;
}

img {
	border: none;
}

a {
	color: #090;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #6f6;
	text-decoration: underline;
}

#logo {
	background-color: #030;
	height: 60px;
	border-bottom: 1px solid #060;
}

#header {
	font-size: 1.2em;
	text-align: center;
}

#footer {
	font-size: 1.2em;
	text-align: center;
}
