@charset "utf-8";
/* CSS Document */


body {
	background-color: #202020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
a:link {
	color: #999999;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}

a:active {
	color: #CCCCCC;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
.footer {
	font-size: 10px;
	color: #999999;
}
a.footer:link {
	text-decoration: none;
}
a.footer:hover { 
	text-decoration: underline;
}
