*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0; 
	padding: 0;
}

body, html {
	overflow-x: hidden;
	width: 100%;
}

body {	
	font-size: 20px;
	line-height: 1.4;	
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

li {
	list-style: none;
	text-decoration: none;
}