@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
body {
	background-color: #000;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
	
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
