/*页面下面的导航栏*/
body{
margin:0px;
background-color:#000000;
font-family:"宋体";
}
a:link {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: 宋体;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}
a:active {
	font-family: 宋体;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
td {
	font-family: 宋体;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*页面上面的导航栏*/
a.a1:link {
	font-family: 宋体;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.a1:visited {
	font-family: 宋体;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.a1:hover {
	font-family: 宋体;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
a.a1:active {
	font-family: 宋体;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

