* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
a {
	text-decoration:none;
}