<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style type="text/css"&gt;
&lt;!--
body {
	background-color: #000000;
	margin-top: 24px;
	margin-left: 16px;
}
--&gt;

/*
#nav-wrapper {
width:465px;
margin:0 auto;
padding:20px 0;
background:#3D3331
}
*/

ul#nav {
font-family: Verdana;
font-size:14px;
list-style:none;
margin:0 auto;
padding:0;
width:455px;
/* width:375px; */
overflow: auto
}

ul#nav li {
display:inline;
}

ul#nav li a {
text-decoration:none;
display: block;
padding:5px 21px;
/* padding:5px 5px; */
background:#5F3222;
color:#eee;
float:left;
text-align:center;
border-top:2px solid #815444;
border-right:2px solid #3d1000;
border-bottom:2px solid #3d1000;
border-left:2px solid #815444;
}

ul#nav li a:hover {
background:#a37666;
color:#000;
border-top:2px solid #815444;
border-right:2px solid #c59888;
border-bottom:2px solid #c59888;
border-left:2px solid #815444;
}

li {
margin-top:10px;
}

&lt;/style&gt;
</pre></body></html>