<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
body {	background:#FFFFFF url(bg.jpg) repeat-x top;}
.div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.div a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.div a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.div a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.left a:link {
	color: #333333;
	text-decoration: none;
}
.left a:visited {
	color: #FF0000;
}
.left a:hover {
	color: #FF0000;
}
</pre></body></html>