@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
body {
	background-color: #000;
}
a {
	font-size: 10px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}

a:visited {
    text-decoration: none;
	color: #FFF;
}
