body{
	background:#000000 url(../down-bg/down-bg.jpg) no-repeat center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 11pt;
	color: #FF9900;
}
	/* 整个滚动条 */
	::-webkit-scrollbar {
		width: 20px; /* 宽度 */
	}
	
	/* 滑块 */
	::-webkit-scrollbar-thumb {
		background-color: #003a55; /* 滑块颜色 */
		border-radius: 0px; /* 边角半径 */
	}
	
	/* 鼠标悬停时的滑块 */
	::-webkit-scrollbar-thumb:hover {
		background-color: #005b85; /* 鼠标悬停时的滑块颜色 */
	}
	
	/* 轨道 */
	::-webkit-scrollbar-track {
		background-color: #0081bd; /* 轨道背景色 */
	}
	
	/* 滚动条两端的按钮 */
	::-webkit-scrollbar-button {
		display: none; /* 隐藏按钮 */
	}
	
	/* 滚动条的角落部分 */
	::-webkit-scrollbar-corner {
		background-color: #004261; /* 角落背景色 */
	}
	
	/* 滚动条的调整大小部分 */
	::-webkit-resizer {
		display: none; /* 隐藏调整大小部分 */
	}
a {
	font-size: 11pt;
	color: #FF0000;
	font-family: 微软雅黑;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	position : relative; top : 1px; left : 1px;
	font-family: 微软雅黑;
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.news_wz {
	font-family: 微软雅黑;
	font-size: 14pt;
	color: #ffffff;
	text-shadow: 0 1px Black, 1px 0 Black, -1px 0 Black, 0 -1px Black;
}
.news_wz:hover {
	font-family: 微软雅黑;
	font-size: 14pt;
	color: #dfdfdf;
	text-shadow: 0 1px Black, 1px 0 Black, -1px 0 Black, 0 -1px Black;
}