img{
	margin-top: 10%;
	margin-bottom: 25px;
}

body {
	background-color: #334f66;
	color: white;
	padding: 0px;
	margin: 0px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
}

a {
	color: #f2cc2b;
	text-decoration: none;
}

a:hover {
	color: #cbb139;
	text-decoration: none;
}

.hide {
	display:none;
}