body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border-left: 1px solid hsl(208, 100%, 87%);
	border-right: 1px solid hsl(208, 100%, 87%);
	padding-left: 5px;
	padding-right: 5px;
}

a:link, a:visited {
	color: hsl(208, 100%, 47%);
}

h1 {
	font-family: sans-serif;
	font-size: 70px;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0.3em;
}

header {
	padding-top: 20px;
	height: 120px;
	border-bottom: #0060ce;
	background-color: hsl(208, 100%, 87%);
	margin-left: -5px;
	margin-right: -5px;
	color: hsl(208, 100%, 17%);
}

footer {
	border-top: #0060ce;
	background-color: hsl(208, 100%, 87%);
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
	text-indent: 1em;
	clear: both;
}

img {
	max-width: 100%;
}

section {
	clear: both;
}

section + section {
	border-top: 1px dashed hsl(208, 100%, 87%);
}

@media(max-width: 479px) {
	h1 {
		font-size: 50px;
	}
	header {
		height: 80px;
	}
	img {
		display: block;
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
}


