html, body {
	background: #000000;
	color: #999999;
	font-family: courier new, courier, mono;
	font-size: 12pt;
	cursor: default;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
@font-face {
	font-family: brush;
	src: url('fonts/brush.ttf');
}
@font-face {
	font-family: overseer;
	src: url('fonts/overseer.ttf');
}
a:link, a:visited {
	color: #00ff00;;
	text-decoration: none;
	cursor: default;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
	cursor: default;
}
input {
	background: #000000;
	color: #999999;
	font-family: courier new, courier, mono;
	border: 1px dashed #999999;
	cursor: default;
}
legend {
	color: #999999;
	font-size: 16pt;
	font-weight: bold;
}
fieldset {
	border: 1px dashed #999999;
	padding: 5px;
}
fieldset .dateline {
	color: #999999;
}
img {
	border: 0px;
}
hr {
	border: 1px solid #999999;
	margin: 3px;
}
option, select {
	color: #999999;	
	background: #000000;
	font-size: 10pt;
	font-family: courier new, courier, mono;
}
optgroup {
	color: #999999;
	font-size: 12pt;
	font-family: brush;
	font-weight: bold;
}
.logo {
	font-size: 24pt;
	width: 100%;
}
.button {
	background: #000000;
	border: 1px solid #999999;
	font-family: courier new, courier, mono;
	padding: 2px;
}
.navcat {
	color: #999999;
	font-size: 20pt;
	font-family: brush;
}
.navlink {
	font-size: 10pt;
}
.navsub {
	font-size: 8pt;
}
.headline {
	color: #999999;
	font-size: 14pt;
	font-weight: bold;
}
.username {
	color: #999999;
	font-size: 20pt;
	font-family: brush;
	font-weight: bold;

}
.usertitle {
	color: #999999;
	font-size: 12pt;
	font-style: italic;
}
.dateline {
	color: #999999;
	font-size: 10pt;
	font-style: italic;
	font-family: courier new, courier, mono;
}
.wordbreak {
	padding-top: 0px;
	margin-top: 0px;
	overflow-x: visible;
	overflow-y: auto;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
.chart th {
	color: #000000;
	background: #00ff00;
}
.chart td {
	font-size: 8pt;
}
.content {
	color: #999999;
}
.rage {
	color: #ff0000;
	font-family: impact, verdana, arial, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
}
.bo {
	color: deeppink;
	font-weight: bold;
	font-style: italic;
}
.midori {
	color: #00cc00;
	font-weight: bold;
}
.hayato {
	color: #2222ff;
	font-weight: bold;
	text-shadow: 0 0 6px #9999ff;
}
#nav {
	float: left;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
	width: 250px;
}
#content {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.tcat {
	font-size: 20pt;
	font-family: brush;
}
.tdat {
	margin-left: 20px;
}