* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	padding: 0 8px;
	height: 100%;
	background-color: black;
	color: #00aa00;
}
#splash_page {
	background-color: #ffccff;
}
#splash_spacer {
	height: 12%;
}
#splash_card {
	display: block;
	margin: 0 auto;
	height: 75%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5ex;
}
footer, #push {
	height: 3ex;
	padding: 1ex 0;
	color: green;
	text-align: center;
}
a:link, a:visited {
	color: #dd0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}
.nav:link, .nav:visited {
	text-transform: lowercase;
	font-family: "Courier New";
}
.nav:hover, .nav:active {
	text-transform: none;
	font-family: "Courier New";
}
nav {
	text-align: center;
}
h1 {
	padding-top: 8px;
	font-size: 150%;
	text-align: center;
	color: #00d700;
}
h2 {
	font-size: 125%;
	text-align: center;
	color: #00d700;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #00d700;6:25 PM 8/27/2024
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	background-image: url(metroid.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
}
input {
	background-color: #101010;
	color: white;
	border-width: 0px;
	padding: 3px 0 3px 2px;
	font-family: "Courier New";
}
textarea {
	background-color: #202020;
	border: 0;
	color: white;
	resize: none;
	font-family: "Courier New";
	height: 28em;
}
#game-area {
	background-color: #202020;
	width: 50em;
	margin: 0 auto;
	padding: 1ex;
	color: white;
}
#input-area {
	height: 2em;
}
#input-line {
	padding: 1ex 0;
}
.darkButton {
	background-color: #363636;
	border-color: #2B2B2B;
	color: green;
}
.save {
	color: lime;
}
/* screenshots */
.ss {
	width: 240px;
	padding: 3px;
}