p,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
