body {
	background-color: white;
	color: gray;
	padding: 0;
	margin: 0;
	font: 14pt Arial, Helvetica, sans-serif;
}

section {
	width: 720px;
	margin: 0 auto;
	display: block;
	border-bottom: 1px solid;
	padding: 15px 0;
}
section h1 {
	margin: 5px 0;
	font: 100 14pt Arial, Helvetica, sans-serif;
	color: gray;
}
a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	border-bottom: 1px solid;
}
section h1 a {
	display: block;
	font-size: 32pt;
	border-bottom: none;
}
h1 a:hover {
	border-bottom: none;
}
header .tagline {
	float: right;
	margin: 18px;
}
section iframe {
	width: 700px;
	margin: 0 10px;
	height: 220px;
	border: none;
}
section aside {
	display: block;
	font-size: 12pt;
	text-align: center;
}
section p {
	margin-bottom: 0;
}
footer {
	display: block;
	text-align: center;
	font-size: 12pt;
	padding: 15px;
}