body {
	font: 12px Arial, Helvetica;
	background: #fff;
	padding: 0;
}

h1 {
	font-size: 22px;
	color: #10428c;
	margin: 50px 0px 10px;
	text-align: center
}
p {text-align: center; font-size:16px; color: #10428c;}

#content {
	max-width: 800px;
	width:100%;
	margin: 20px auto;
}
#content img {width:100%; height:auto;}

a {
	color: #10428c;
	text-decoration: none;
	text-align: center
}

section.block {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.14);
	box-shadow: 0 1px 4px rgba(0,0,0,0.14);
	background: #FFF;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
}