/* CSS Document */

a:link {font-size: 12px; color: #000000;text-decoration: none;line-height:200%;}
a:visited {font-size: 12px; color:#000000;text-decoration: none;line-height:200%;} /*******************控制滚动新闻的颜色*******************/
a:hover {font-size: 12px; color: #BC2931;text-decoration: underline;line-height:200%;} /*******************超级链接的颜色*******************/
a:active {font-size: 12px;color: #000000;text-decoration: none;line-height:200%; }

.tabel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	margin-top: 8px;
}