.navbar {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:link {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #434D3A;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

