* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, 
body {
	overflow: hidden;
}

a {
	color: #333;
	text-decoration: none;
}

p, 
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
}

p {
	margin: 10px 0;
}

p.date {
	margin-bottom: 5px;
}

p.date+p {
	margin-top: 5px;
	margin-bottom: 30px;
}