/*****************************************************
全站使用
*****************************************************/
body {/*网站背景*/
	background-color: #ddeff3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
table{/*表格无边框，无边距*/
border-collapse: collapse;
border-style: none;
}
td {/*基本字体*/
	font-size: 12px;
	line-height: 16px;
	color: #666;
	vertical-align:top;/*表格元素靠上对齐*/
}
a {
	color: #000;
	text-decoration: none;/*默认链接样式*/
}
a:hover  {
	color: blue;/*默认链接样式*/
}
a.ziti2 {
	font-family: "新宋体";
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;

}
a.ziti2:hover  {
	color: #214B7E;
}
a.ziti1 {
	font-family: "新宋体";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
a.ziti1:hover  {
	color:blue;
}

