body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*共用*/
.dhwz{
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
} /* 链接无下划线,有为underline */ 
.dhwz:link {
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
} /* 未访问的链接 */
.dhwz:visited {
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
} /* 已访问的链接 */
.dhwz:hover{
	color:#000000;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
} /* 鼠标在链接上 */ 

.dhwz:active {
	color: #FFFFFF;
	font-family: "宋体";

	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
} /* 点击激活链接 */
