@charset "utf-8";
/* CSS Document */


body {
	 background-color: #fff;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 0.75em;
	 text-align: center;
	 color: #05406a;
	 margin: 3em;
}
h1 {
	display: none;
}

.image {
	margin-bottom: 10px;
}
.title {
	margin-bottom: 30px;
}

a {
	color: #1f7c9b;
	text-decoration: none;
}
a:hover {
	color: #66afd0;
}
