body {
	margin: 1em;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 16px;
    background-color: #001F57;
    color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.big {
	font-size: 1.5em;
}

img {
	border: 0;
}