.navbar {
	color: 00A4E8;
}
a:link {
	font-family: Arial;
	font-size: 13px;
	color: 00A4E8;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: 00A4E8;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 13px;
	color: 00A4E8;
	text-decoration: none;
}
