a.navbar:link {
	text-decoration: none;
	color: 0099ff;
}
a.navbar:visited {
	text-decoration: none;
	color: 0099ff;
}
a.navbar:hover {
	color: #003399;
	text-decoration: none;
}
a.navbar:active {
	color: 003399;
}
a.location:link {
	text-decoration: none;
	color: 3333ff;
}
a.location:visited {
	font-weight: bold;
	color: 3333ff;
	text-decoration: none;
}
a.location:hover {
	text-decoration: none;
	color: #000000;
}
