.NavBar {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom: 1;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
