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

body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 60px;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}