.menubar {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #996600;
	text-decoration: none;
	text-align: center;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
