<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
} 


.content_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#page {
	width: 990px;
	background-color: #EE1C25;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.copyright {
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
	
}.copyright td {
	font-size: 12px;
	color: #333;
}
.content {
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
	text-align: left;
	padding-left: 50px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif, "�鰵蝝唳�𡡞��";
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	padding-right: 50px;
}
.bg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat;
}

.orange {
	color: #D5D5D5;
}

.ads {
	font-size: 13px;
	color: #333;
}


</pre></body></html>