@charset "UTF-8";

/*
	This stylesheet is based on the design of the original,
	2013 version
*/

a {
	color:white;
}

body {
	background-color:blue;
	color:cyan;
	margin:auto;
	text-align:center;
	width:60%;
}

footer > section#banners {
	border:0;
	padding:0;
}

footer > section#banners > ul {
	list-style-type:none;
	padding:0;
}

footer > section#banners > ul > li {
	display:inline;
}

main {
	border:11px outset cyan;
	margin:1em 0;
}

main > section {
	border:1px inset cyan;
	margin:2px;
	padding:1em;
}

