<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');
.clr{
	clear:both;
}
.container {
	/*width:100%;*/
	width:1000px;
	margin:auto;
	background: transparent;
}
.more ul{
	/*font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;*/
	font-size:13px;
	font-weight:bold;
	/*padding:20px 0px 10px 20px;*/
	height:30px;
}
.more ul li{
	float:left;
	margin:0px;
	
}
.more ul li.selected a,
.more ul li.selected a:hover{
	/*background:#000;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;*/
}
.more ul li a{
	/*text-shadow:1px 1px 1px #fff8ec;
	color:#a88033;
	padding:3px 6px;*/
}
.more ul li a:hover{
	/*color:#59441b;*/
}</pre></body></html>