body {
	font-size: 12px;
	color: #58595B;
        text-align: center;
        background-color:#ffffff;
	margin: 0px;
	padding: 5px;
	font-family: "Verdana", "song";
}
td {
	font-size: 12px;
        line-height: 130%;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link { color: #58595B; text-decoration: none;}
a:visited { color: #58595B; text-decoration: none;}
a:hover { color: #BF0A14; text-decoration: underline;}
a:active { color: #58595B; text-decoration: none;}
.Nav {
	color: #000000;
	text-align: center;
}/* 导航条文字、链接样式 */
.Nav a:link { color: #000000; text-decoration: none;}
.Nav a:visited { color: #000000; text-decoration: none;}
.Nav a:hover { color: #FF0000; text-decoration: underline;}
.Nav a:active { color: #000000; text-decoration: none;}
a.NavHot:link, a.NavHot:visited, a.NavHot:active { color: #FF0000; text-decoration: none;}/* 导航条中推荐栏目文字、链接样式 */
a.NavHot:hover { color: #FF0000; text-decoration: underline;}