/* Typography */
html {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 22px;
	max-width: 30em;
	line-height: 135%;
	margin: 0 auto;
}
h1 {
	font-size: 1.2rem;
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: underline dashed;
}
dd {
	font-style: italic;
}

/* Not typography */
* {
	background-color: #ffffea;
}