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

.header {
	font-family: "Tahoma";
	font-size: 30px;
	font-style: bold;
	text-decoration: none;
}

.center {
	font-family: "Tahoma";
	font-size: 16px;
	font-style: bold;
	text-decoration: none;
}

body {
	background-color: #000;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
