body {
	background-color: black;
}

h1 {
	color: lime;
	font-family: Geo;
	font-size: 3.125em;
}

ul {
	font-size: 120%;
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: gray;
}

li {
	float: left;
}

li a {
	color: lime;
	font-family: Geo;
	font-size: 1.25em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 14px 17px;
}

li a:hover, li a:active {
	background-color: DimGrey;
}

div {
	background-color: white;
	font-family: VT323;
	font-size: 1.3em;
	min-height: 500px;
	position: absolute;
	margin: 0;
	top: 176px;
	left: 0;
	right: 0;
	padding: 15px;
}

h2 {
	padding-left: 15px;
	color: DodgerBlue;
}

p {
	width: 850px;
	padding-left: 15px;
}

span {
	color: DodgerBlue;
}

form {
	display: none;
	padding-left: 15px;
}

select, input[type=submit], button {
	cursor: pointer;
	font-size: .75em;
	text-decoration: none;
	color: DodgerBlue;
	background-color: white;
	border: 1px grey solid;
	height: 40px;
	padding: 4px;
}

select:hover, input:hover , button:hover {border-color: black;}
select:active, input:active, button:active {border-color: black;}

input[type=submit], button {
	min-width: 65px;
	font-family: VT323;
	font-size: 1em;
}

td {
	padding: 15px;
	max-width: 400px
}
