#navbartest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #0066CC;
	height: 20px;
	border-width: 10;
}
li {
	display: inline;
	list-style-type: none;
}
a:link {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

