body {
	background:							#000000;
	color:								#3EFF00;
	font-family:						Verdana, Arial, Helvetica, sans-serif;
}

a {

	color:			#3EFF00;
}
a:hover {
	color:			#000000;
	background:		#3EFF00;
}

.ebody {
	font-size:		0.8em;
}

.top {
	font-weight:		bold;
	font-size:		0.8em;
}

.menu {
	font-size:		0.8em;
}

.menu a:hover {
}

.select a {
	text-decoration:	none;

	color:				#000000;
	background:			#3EFF00;
}

.line {
	background:			#3EFF00;
}

.log {
	font-size:		0.8em;
}

.loghead {
	font-weight:	bold;
	background:		#000000;
}

.logdata {
	background:		#000000;
}

.errorbox {

	color:			#3EFF00;
	background:		transparent;
	border-width:	2px;
	border-style:	solid;
	border-color:	#3EFF00;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

.errorhead {
   font-weight:	bold;
}

.webmaster {
	color:				#000000;
	background:			#3EFF00;
}