* {
	color: #222222;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: .875rem;
}

h6 {
	font-size: .75rem;
}

header > :first-child {
	font-size: 2rem;
}

body {
	background-color: #FDFDFD;
	font-family: 'Source Serif Pro', serif;
	max-width: 600px;
	margin: 0 auto 64px auto;
}

p {
	line-height: 1.5rem;
	}

footer {
	font-family: 'Source Sans Pro', sans-serif;
}

footer:before {
	content: " ";
	border: 2px solid #FDFDFD;

	margin-bottom: 15px;
	display: block;
	max-width: 200px;
}

dfn {
	font-size: 2rem;
	font-weight: bold;
	font-style: normal;
}

address {
	font-style: normal;
	}
	
html {
	margin: 15px;
