body{
	
	text-align: center;
	background: #000000;
	
}

.logo {
	border: none;
	text-decoration: none;
}

.logo a a:hover {
	text-decoration: none;
	border: none;
}

.footer {
	border: none;
	text-decoration: none;
}

.footer a a:hover {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

#container{
	
	text-align: left;
	margin: auto;
	width: 800px;
	
}

.link {
	font: 24px, Courier, "Courier New", monospace, serif;
	color: #999999;
}


a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}