html {
	font-size: 18px;
	line-height: 1.45rem;
}
body {
	background: #ffe;
}
h1 {
	text-align: center;
}
a {
	color: #009;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 98%;
	max-width: 25rem;
	margin: 2rem auto 3rem auto;
}
.fn {
	font-size: 0.8rem;
}
input {
	font-size: 1.2rem;
	font-weight: 400;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #333;
	padding: 0.25rem 0.5rem;
}
blockquote {
	font-size: 0.9em;
	margin: 1.5em 1em 0 1em;
	line-height: 1.2rem;
}
.attr {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0;
}
.call-to-ding {
	background: #ff9;
	color: #333;
}