a.navbar-link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration : none;
}

a.navbar-link:hover {
	font-weight: bold; /* for overwriting the general style rules */
	color: #ffffff;
	text-decoration : none;
	cursor: hand;
}

a.navbar-link:visited {
	color: #ffffff;
	text-decoration : none;
}