@charset "utf-8";

body,td,th {
	color: #CCC;
	text-align:center;
}
body {
	background-color: #000000;
}
.Text1 {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

.footer {
	color: #FC3;
	font-size:14px;
	text-align: center;	
}
a:link {
	color: #FC3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC3;
}
a:hover {
	text-decoration: underline;
	color: #FC3;
}
a:active {
	text-decoration: none;
	color: #FC3;
}
