.nav-bar {
	list-style: none;
	display: in-line;
}

.nav-link {
	display: in-line;
	float: left;
}


.nav-anchor:link {
	text-align: center;
	color: gold;
	background-color: black;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 50px;
	border-radius: 4px;
}

.nav-anchor:visited {
	text-align: center;
	color: gold;
	background-color: black;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 50px;
	border-radius: 4px;
}

.nav-anchor:hover {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: gold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 60px;
	border-radius: 4px;
}

.nav-anchor:active {
	text-align: center;
	color: black;
	background-color: gold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 50px;
	border-radius: 4px;
}

.nav-anchor:focus {
	text-align: center;
	color: black;
	background-color: gold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	min-width: 55px;
	border-radius: 4px;
}

.disable-nav {
	opacity: 0.6;
	cursor: not-allowed;
}