body {
	margin: 0px;
}

header {
	padding: 1em;
	text-align: center;
	background-color: #EEEEEE;
	border-bottom: 1px solid black;
}
header h1, header h2, header h3 {
	margin: 0em;
}
header .contact {
	font-size: 80%;
}

section h1 {
	text-decoration: underline;
}
section h2 {
	font-size: 100%;
}

footer {
	border-top: 1px solid black;
	font-size: 60%;
	text-align: center;
}

.sc {
	font-variant-caps: small-caps;
}
