html,body,div,header,footer,nav,section,ul,li,a,img,p,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

ul li {
    list-style:none;
}

img {
	display: block;
	border: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after,.clearfix:before {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}