@charset "utf-8";
/* CSS Document */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
body {
	margin: 0 auto;	
	max-width: 960px;
	font-family: Roboto, sans-serif;
}
header, main, footer {
	display: block;
}
main {
	margin: 0 auto;	
	text-align: center;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color:inherit;
}
img {
	border-style: none;
}
h1, h2, h3, h4, h5, p, ul {
	padding: 0;
	margin: 0;
	font-weight: 400;
}