
.NAV {	
	color:white;
	background-color:black;
	font-family:Arial;
	font-size: smaller;
	align: center;
}


.NAV TABLE {
	color:white;
	table-layout: fixed;
	border-style: none;
	width: 100%;	
	
}

.NAV TD {
	text-align:center;
	vertical-align:middle;
	border-style: none;
	width: 11%;
}

.NAV A {	
	text-decoration:none;
	font-weight: BOLD; 
	color:#f9c300;
}

.NAV A:hover {	
	color:#FFFF00;
}