.navigationbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #292C29;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;
	color: #992C29;

}