@import url(/css/style.css);

body {
	font-size:12px;
}
a:link{
	font-family: "宋体";
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a.white:link{
	font-family: "宋体";
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
a.white:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.blue:link{
	font-family: "宋体";
	font-size: 12px;
	color:#30649A;
	text-decoration: none;
}
a.blue:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #30649A;
	text-decoration: none;
}
a.blue:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.title{
	font-size:16px;
	font-weight:bold;
}
.content {
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
}
/* header */
#header {
	width:980px;
	height:153px;
	margin:0 auto;
	font-size:14px;
	color:#1B518E;
}
#header a{
	font-size:14px;
	color:#1B518E;
}
#header a:hover{
	color:#FA6400;
	text-decoration:underline;
}