@charset "utf-8";
body {
	background-color: #670001;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFCC00;
}
#menu {
	display: inline;
	width: 800px;
	text-align: center;
}
#menulinks li {
	width: 100px;
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding-right: 25px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #420000;
	text-align: center;
	border: thin dotted #670001;
	height: 50px;
	padding-left: 25px;
}
#menulinks   a  {
	text-align: center;
	text-decoration: none;
}
#menulinks  li:hover  {
	background-color: #910000;
}
