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

#header {
	background-color: #000000;
	text-align: center;
}

#header ul {
	text-align: center;
	font-color: #FFFFFF;
	list-style-type: none;
	display: inline;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: large;
}

#header li {
	display: inline;
	padding-right: 5px;
	padding-left: 20px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	}

#header a:hover {
	color: #990000;
	}#header .here {
	color: #9E6938;
	text-decoration: underline;
}
a {
	color: #00CCFF;
}


