a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: #F39C25;
	font-weight: bold;
	text-decoration: none;
}

a:hover  {
	color: #F39C25;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: white;
	padding: 2px;
}

