body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background: rgb(0, 0, 0);
	color: rgb(160, 160, 160);
	font-family: Andale Mono, Monaco, Courier New;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(208, 208, 208);
}

a:hover {
	color: rgb(255, 255, 255);
}

.large {
	font-size: 11px;
	line-height: 13px;
}

.small {
	font-size: 4px;
	line-height: 4px;
}

.red {
	color: rgb(255, 0, 0);
}

.green {
	color: rgb(0, 255, 0);
}

.blue {
	color: rgb(0, 0, 255);
}

.grey {
	color: rgb(128, 128, 128);
}
