
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

*, *:before, *:after, body, header, div, section, nav, footer {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	text-decoration: none;
}
p, a, div, li, h1, h2, h3, h4, h5, h6, ul, li, span {
	font-family: "Roboto";
	color: #333;
}
.clear {
	clear: both;
}