html {
	font-family: sans-serif;
	background-color: black;
	color: #aaa;
	line-height: 1.5;
}
a, a:visited {
	color: #ffd800;
	text-decoration: none;
}
h1, h2, h3 {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: black;
	color: #ffd800;
	border: 2px solid #ffd800;
}
::selection {
	color: black;
	background-color: #ffd800;
}
#footer {
	margin-top: 50px;
	text-align: center;
}
#outer {
	max-width: 100%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
#nooskewl {
	height: 128px;
}
img {
	max-width: 100%;
}
