body {
	//margin-right: 5%;
	//margin-left: 5%;
	//margin-top: 5%;
}
.screen {
	text-transform: uppercase;
	font-family: terminal,system,fixed;
	font-size: medium;
	width: 600;
	height: 400;
	#width: 100%;
	background-color: #060;
	padding: 1ex;
	color: #4f4;
	border-style: solid;
	border-width: 1ex;
	border-color: #000;
}
.screen a {
	color: #4f4;
}
form, h1, h2 {
	font-family: terminal,system,fixed;
	font-size: medium;
}
h1 {
	text-decoration: underline;
}
.screen input {
	color: #8f8;
	background-color: #060;
	border-color: #4f4;
}
.button {
	margin-top: 20pt;
}
.geekname {
	text-decoration: none;
}
.copyright {
	text-align: right;
}
