<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{}
.header{
	background-color:#0CC;
}
.red{font-size:24px;color:#e40101;font-weight:bold;}


/**************nav*****************/
.nav #brand{
	display:inline-block;
	float:left;
	width:160px;
	height:80px;
	margin-right:26px;
	background:url("/images/logo2.png") no-repeat 0 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="/images/logo.png");	_background:none;
}
.nav #brand a{display:block;width:71px;height:80px;}
.nav li{
	display:block;
	float:left;
	height:30px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.nav ul{ padding-top:30px;}
.nav li a{color:#FFF;font-size:20px;text-decoration:none; font-weight:bold;}
.nav li a:hover{ border-bottom:solid; border-bottom-color:#FF0; border-bottom-width:5px; padding-bottom:10px;}
/*.nav li a{display:block;float:left;font-size:0px;padding:0 20px;_font-size:14px;_color:#fafafa;color:#FFF;font-size:20px;text-decoration:none}*/</pre></body></html>