body {
	margin: 20px;
	background-color: #fff;

	color: #333;
	font-family: sans-serif, Arial, Verdana, 'Trebuchet MS', 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
}

blockquote {
	padding: 2px 0;
	border-width: 0;
	border-style: solid;
	border-color: #ccc;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}

a {
	color: #0782c1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
}

pre {
	tab-size: 4;
	white-space: pre-wrap;
	word-wrap: break-word;
}

figure {
	display: inline-block;
	padding: 10px;
	margin: 10px 20px;
	background: rgba(0, 0, 0, 0.05);
	outline: solid 1px #ccc;
	text-align: center;
}

figure > figcaption {
	text-align: center;
}

a > img {
	padding: 1px;
	border: none;
	margin: 1px;
	outline: 1px solid #0782c1;
}
