@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	background-color: #000000;
	margin: 10px;
}
#wrapper {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #121212;
	margin-bottom: 10px;
	padding: 10px;
}
.ads {
	font-size: 10px;
	text-transform: none;
	text-align: left;
}
.header {
	font-size: 18px;
	font-weight: 900;
}
.indicia {
	font-size: 9px;
	color: #FF3300;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.sitename {
	color: #FFCC00
}
.siteurl {
	color: #FF3300
}

