.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 25px;
	width: 780px;
	border: thin dotted #FFFFFF;
}
a.navbar:link {
	color: #000000;
}
a.navbar:visited {
	color: #000000;
}
a.navbar:hover {
	color: #66FF00;
}
a.navbar:active {
	color: #FF0000;
}
