.navbar {
	font: xx-small Arial, Helvetica, sans-serif;
}
a {
	font-size: 8pt;
	color: #0000FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #000080;
}
