* {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border-width: 0;
}
.clear{
	clear: both;
}
