body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,b,strong,i,em,u,del,s {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #000;
}

/* 常用的样式 */
img {
	vertical-align: top;
}

.last-right {
	margin-right: 0 !important;
}

.last-bottom {
	border-bottom: none !important; 
}

.fl {
	float: left;
}
.fr {
	float: right;
}