@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	font-family: Tahoma, Geneva, Verdana, Helvetica, sans-serif;
	color: #CCCCCC;
}
.style1 {font-size: small}
a:link {
	color: #EBEDEC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBEDEC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}