.navbar {
	text-align:justify;
	width:80%;
	background-color:black;
	font-family: Verdana, Arial, Sans-Serif;
	box-shadow: 5px 5px 5px #444;
	margin: auto;
	border: 2px solid black;
	border-radius: 5px;
	}
	
	.navChoice {
		font-size: 1em;
		font-weight: bold;
		display: inline-block;
		padding: 10px 30px;
		color:white;
		
	
	}
	
	.navChoice:hover {
		background-color:rgb(15,142,36);
	}
	
	.navbar:after {
	  content: '';
	  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
	}
	
	a.noLine {
		text-decoration: none;
		color: white;
	}