@charset "utf-8";
/* CSS Document */

Body{
	margin:0px;   
	} /*置顶边框为零*/
	

.ziti{
	font-size:13px; /*文字大小*/
	font-weight:50; /*文字粗细*/
	font-family:微软雅黑; /*文字字体*/
	letter-spacing:0px;/*文字间距*/
	line-height:30px; /*文字行距*/
	text-indent:30px; /*文字抬头距离缩进*/
	}
	


A{
color:#000000;
text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
} /*友情链接链接样式*/

table { 
border-collapse:collapse; border-spacing:0 ;
font-size:15px;
font-weight:100;
}/*表格边框变细*/


