@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	/*	background-color: #202020;*/
	background-color: #171717;
}

a:link {
	text-decoration: none;
/*  color: #CCCCCC;        */
	color: #7AC2C2;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7AC2C2;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 9px;
	color: #999999;
}

.sub-links {
	font-size: 12px;
	color: #999999;
}

