body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
body {
	background-color: #141414;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navbar {
	position:absolute;
	left:51px;
	top:652px;
	width:668px;
	z-index:1;
}
#navbar a {
	font-size: 12px;
	color: gold;
}
#navbar a:link { text-decoration: none; }
#navbar a:visited {
	text-decoration: none;
	color: gold;
}
#navbar a:hover {
	text-decoration: underline;
	color: yellow;
}
#navbar a:active {
	text-decoration: underline overline;
	color: orange;
}
#navbar span { text-decoration: overline; }
