body {
	font-family: sans-serif, monospace;
	font-size: 80%;
	color: #D0FFD0;
	background: url("img/background.png");
	background-color: #000000;
	background-repeat: repeat-x;
	margin-top: 0px;
}

.maintable {

}

.tableheader {
	text-align: center;
	font-size: 120%;
	height: 99px;
}

A:link {
	color: #80FF80;
	text-decoration: none;
}

A:hover {
	color: #A0FFA0;
	text-decoration: underline;
}

A:active {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #80C080;
	text-decoration: none;
}


A:visited:hover {
	color: #80F080;
	text-decoration: underline;
}

.bbcode {
	font-family: monospace;
	text-align: left;
	border: 1px solid #828E00;
}

.description {
	font-family: serif;
	text-align: left;
	border: 1px solid #824E00;
	font-size: 150%;
}