#navbar {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	text-align: center;
	width: 80%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	color: #FF0000;
	position: relative;
	visibility: visible;
	left: 10%;
	right: 10%;
	clear: both;
	float: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #33FF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
