body {
	background:#fff;
	color:#000;
	font-size:12px;
	font-family:"宋体",Arial;
	margin:0;
	padding:0;
	text-align:center;
	overflow-y:scroll; 
}
div,form,img,ul,ol,li,dl,dt,dd,p{margin:0; padding:0; border:0;}
ul li{list-style:none;}
img{vertical-align:top;}
strong{ font-weight:normal;}
em{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size:12px; margin:0; padding:0;}
.clear{clear:both;}
.float-l{float:left;}
.float-r{float:right;}

/*link*/
a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:hover{color:#e20024; text-decoration: none;}

/*font*/
.f14px{font-size:14px;}
.fB{font-weight:bold;}
.fnormal{font-weight:normal;}
.f-red{color:#ff0000;}
.center{text-align:center;}