body {
background-color: #000000;
color: #ffffff;
}

#container {
text-align: center;
}

#box {
min-width: 500px;
max-width: 800px;
border: 1px solid white;
margin: 0px auto;
text-align: left;
padding: 10px 0px 10px 0px;
}

#navlist {
list-style: none;
display: inline;
width: 100%;
margin: 0 0 3em 0;
padding: 9px;
cursor: default;
text-align: center;
border-bottom: 1px solid #ccc;
}

li.nlelement {
display: inline;
width: auto;
}

li.nlelement a{
padding: 10px 15px;
border-right: 1px solid white;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:active{
	color: #ffffff;
}

