<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 全局CSS定义 */
body {  margin:0; padding:0; background: #FFF; font-size:12px; }
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #800080;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:none;}
a:active {color: #bc2931;}
</pre></body></html>