*{
	margin: 0;
	padding: 0;
}
.clears{
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
ul,li,ol{
	list-style: none;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: none;
}
img{
	border: none;
}