body {
	background: black;
	font-family: 'VT323.woff';
	color: white;
	text-align: center;
}
.homepage {
	letter-spacing: 1px;
}
img {
	border: 1px white solid;
}
.logo {
	border: 0px;
}
a {
	color: #ff4200;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: white;
}
.sidebar {
	text-align: right;
	float: right;
	margin-top: -32px;
}
.body {
	width: 1000px;
	margin: auto;
}
table {
	border: none;
	width: 100%;
	font-size: 12px;
}