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

body, td, th {
	color: #FFF;
	text-align:center;
}
body {
	background-color: #000;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}