@font-face {
	font-family: "8bitjre";
	src: url("8bitjre.ttf") format("truetype"), url("8bitjre.eot") format("embedded-opentype");
}
body {
	background-color: black;
	color: white;
	font-family: "8bitjre";
	font-size: 16pt;
}
body a {
	font-size: 16pt;
}
body h3 a {
	font-size: 22pt;
}
body p {
	font-size: 16pt;
}
body li {
	font-size: 16pt;
}
body h1 {
	font-size: 30pt;
}
body h2 {
	font-size: 26pt;
}
body h3 {
	font-size: 22pt;
}
body form {
	font-size: 16pt;
}
body a:link {
	color: #7777FF;
}
body a:visited {
	color: #CC66FF;
}
code {
	background-color: #BBBBBB;
	color: black;
	font-size: 14px;
	display: block;
	border: 1px solid #747474;
	padding: 5px;
}
.menuitem {
	float: left;
	border: 1px solid #747474;
	background-color: #005555;
	margin-left: 5px;
	width: 125px;
	text-align: center;
}
.menuitem:hover {
	background-color: #00CCCC;
}
#menu a:link {
	text-decoration: none;
	color: white;
}
#menu a:visited {
	text-decoration: none;
	color: white;
}
#body {
	background-color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}