html {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}

body {
	background-color: #000000; 
	background-image: url(bg.gif); 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

.hundred {
	width: 100%; 
	height: 100%; 
}

#graphiclay {
	position: relative; 
	width: 304px; 
	height: 500px; 
	border: 10px solid #84f200; 
}

#navigation {
	position: absolute; 
	top: 252px; 
	left: 48px; 
	width: 245px; 
	height: 15px; 
	font-family: Times New Roman, serif; 
	font-size: 8pt; 
	color: #000000; 
}
#navigation a:link,#navigation a:visited,#navigation a:active {
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
}
#navigation a:hover {
/*	height: 0; 
	filter: blur(add=10, direction=90, strength=2); 
	filter: glow(color=#00ff00, strength=2); */
	background-color: #84f200; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
}

#content {
	position: relative; 
	width: 292px; 
	height: 210px; 
	margin: 0px; 
	padding: 0px 2px 0px 10px; 
	background-color: #000000; 
	font-family: Times New Roman, serif; 
	font-size: 8pt; 
	color: #ffffff; 
	text-align: left; 
	overflow: auto; 
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #84f200; 
}
#content a:link,#content a:visited,#content a:active {
	color: #84f200; 
	text-decoration: none; 
	font-weight: bold; 
}
#content a:hover {
/*	height: 0; 
	filter: blur(add=10, direction=90, strength=5); 
	filter: glow(color=#ffff00, strength=1); 
	color: #84f200; */
	color: #ffff00; 
	font-weight: bold; 
	text-decoration: none; 
}
#content input,#content textarea,#content option,#content select {
	background-color: #000000; 
	font: 8pt times new roman; 
	color: #ffffff; 
	border: 1px solid #00ff00; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
.codebox {
	text-align: center; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
