<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav:not(.mm-menu)
{
	
}

.header,
.content,
.footer
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	z-index:999999999999999999999999;
}
.header,
.footer
{
	
	font-size: 18px;
	color:#fff ;
	float:right;
	margin-right:0%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width:120px;
	height:80px;
	margin-top:0%; 
	background:#3e2739;
	z-index:999999999999999999999999;
	font-family: 'Open Sans', sans-serif;

}

.header a
{
	color:#fff ;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 80px;
	line-height:80px;
	position:relative;
	text-align:center;
	font-weight:700;
	
	
}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 2px;
}
.header a:hover{ background:#cabd86; color: #000000; }

#menuac li a{ padding-bottom:0px; line-height:50px; margin:0px; color:#000; font-weight:700; display:block; width:100%; box-sizing:border-box; margin-bottom:0px; }
#menuac li a:hover{ background:#f2bc00; color:#000;}
</pre></body></html>