@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family:"宋体";
}
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #434343;
	line-height:24px;
	background:#044072 url(../images/bj.jpg) repeat-x left top;
}
/*连接颜色*/
a:link {
	color: #454545;
	font-size: 12px;
	font-family:"宋体";
	text-decoration: none;
}
/*鼠标点击颜色*/
a:visited {
	color: #454545;
	font-size: 12px;
	font-family:"宋体";
	text-decoration: none;
}
/*鼠标经过颜色*/
a:hover {
	color:#025F9C;
	font-size: 12px;
	font-family:"宋体";
	text-decoration:none;
}
/*鼠标访问颜色*/
a:active{
	color: #454545;
	font-size: 12px;
	font-family:"宋体";
	text-decoration: none;
}

