html, body {
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: normal;
	color: #858685;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}	 

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color: #B16302;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
a {
	color: #B16302;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}