@charset "utf-8";
body,td,th {
	font-family: Century Schoolbook;
	font-size: 22px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #A3B8E3;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1 {
	font-size: 28px;
}
ul {
	float: left;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul li {
    float: left;
}
ul a  {
	width:  133px;
	display:  block;
	padding:  0px;
	margin-right:  0px;
	text-align:  center;
}
.NavBarBlock {
	width: 800px;
	margin-left: 50px;
}

