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

#banner {
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:10px;
	width:900px;
	z-index:1;
}

.nav {
	font-size:18px;
	color:#FF0000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5F0000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-weight: bold;
}

h1 {
	font-size:18px;
	color:#FFFF00;
}