nav ul {
	list-style-type: none;
	background-color: #ffffff;
	border: 4px solid #ffffff;
	border-radius: 10px;
	font-family: 'Perfect DOS VGA 437';
	font-weight: bold;
	padding: 16px;
	color: white
}

nav ul li {
	display: inline;
	border-right: 2px solid #ffffff;
	padding-left: 8px;
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	text-decoration: none;
	color: #111111;
}

.selected {
	color: #111111;
}

body {
	font-family: 'Perfect DOS VGA 437';
    background-color:#000000;
    color: white
}

nav ul li a:hover {
	text-decoration: underline;
    color: blue;
}