@charset "utf-8";
.MenueFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
	
}
.MenueFont a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.MenueFont a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.MenueFont a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
