<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(01.css);
@import url(02.css);
@import url(03.css);
@import url(04.css);
body {
color:#111;
font:12px/1.5em Simsun, Arial, Tahoma, Verdana, Sans-Serif !important;
text-align:center;
margin:0;
}

a:link,a:visited {
color:#2C4C78;
text-decoration:none;
}

a:hover {
color:#06F;
text-decoration:underline;
}

a:active {
color:red;
text-decoration:none;
}

input,select,textarea,option {
font:12px Tahoma, Sans-Serif;
}

input#s2 {
height:20px;
font:12px Verdana, Sans-Serif;
}

img {
border:0;
}

td,table {
text-align:left;
font-size:12px !important;
line-height:18px;
}

#loader {
display:none;
position:absolute;
left:0;
top:0;
z-index:2;
}
</pre></body></html>