@charset "utf-8";

/*body css*/
body{
	font-family:"宋体";
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #003C58;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/*连接颜色*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
/*鼠标点击颜色*/
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
/*鼠标经过颜色*/
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#003C58;
	text-decoration:none;
}
/*鼠标访问颜色*/
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
