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

body {
	background-color: #000;
}
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;
}
#text{
	position: absolute;
	width: 430px;
	height: 68px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 60px;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -34px;
}
