body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 110%;
	color: #313c4c;
	line-height: 1.6;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	margin: 0em;
	padding: 0em;
}
a {
	color: #80a900;
	text-decoration: none;}
a:hover {
	color: #313c4c;
	text-decoration: underline;}
img {
	margin: 5em 10px 3em 10px;
}
strong {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
p {
	margin-top: 2em;
}