body {
	background-color: #FFFFFF;
	color: #999999;
	text-align: center;
}
a {
	color: #CCCCCC;
}

header {
	text-align: center;
}
main {
	text-align: center;
}
main ul { margin-left: -2em; }
main li {
	text-decoration: none;
	display: inline-block
}
main li::before {content: "| "}
main li:first-child::before { content: "" !important;}

header img {
	width: 40%;
	height: 40%;
}

footer {
	margin: 20px;
}
