@charset "UTF-8";
#nav-bar  {
	background-color: #8F0401;
	padding: 5px;
	width: 890px;
	margin-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#nav-bar  table  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-bar  table  a:hover  {
	color: #999999;
}
#nav-bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top {
	background-color: #8F0401;
}
