@charset "utf-8";
/* CSS Document */
body {
	background: #000000;
	padding: 0;
    color: #ffffff;
	background-color: #000000;
	font-family: Verdana;
	font-size: 100%;
}
a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #888888;