body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	color: #999999;
	background-color: #000000;
	background-image: url(../images/bg.png);
}
.green {
	color: #8fcc00;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #3992d6;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.smallTxt {
	font-size: small;
	color: #FFFFFF;
}
.blue {
	color: #3992D6;
}
.blackBG {
	background-color: #000000;
	color: #CCCCCC;
	border: thin solid #666666;
}
