@font-face {
	font-family: "Undod";
	src: url("fonts/aero.ttf");
}
body {
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	background:#EEEEEE;
}
div.top {
	position:relative; left:-5px;
	width:100%; height:45px;
	background-color: #000000;
	background-image:url("/globpic/top_bg.jpg");
	background-repeat:no-repeat;
}
div.lss {
	font:24px Undod;
	color:#555555;
}
.hitcnt {
	position:absolute;
	bottom:0;
	font: 12px DejaVu Sans Mono;
}
div.green {
	background-color:#C8E4C8;
}
div.blue {
	background-color:#C8C8E4;
}
div.red {
	background-color:#E4C8C8;
}
div.wrap {
	white-space:pre-wrap;
	font: 12px DejaVu Sans Mono;
}
