/* CSS Document */
body
{
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:22px;											/* 标准行高 */
	text-align:center;											/* 文本对齐 */
	margin: 0px;
	padding: 0px;
}

a{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height: 20px;
}	

a:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	line-height: 20px;
}

a.more{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 20px;
	font-family: "宋体";
}	

a.more:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	line-height: 20px;
	font-family: "宋体";
}

.margin {
	margin-top:15px;
}

.title_a {
	font-family: "宋体";
	font-size: 18px; 
	font-weight: bold;
	color: #FFFFFF;
}

a.title {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a.title:hover {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.name {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.name_red {
	font-family: "宋体";
	font-size: 45px;
	font-weight: bolder;
	color: #CC0000;
}
