<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
&lt;style type="text/css"&gt;
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #6c6c6c;
	font-family:"宋体";
}
a:link {
	color: #6c6c6c;/*动态链接色*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6c6c6c;/*链接色*/
}
a:hover {
	text-decoration: none;
	color: #003366;/*移上色*/
}
a:active {
	text-decoration: none;
	color: #6c6c6c;/*点击色*/
}
.box {
	color: #6c6c6c;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	height: 20px;
	width: 130px;
}</pre></body></html>