body {
	margin: 0;
	color: #111;
	font-family: 'Times New Roman', Times, serif;
	text-rendering: optimizeLegibility;
	overflow-wrap: break-word;
	hyphens: auto;
	font-size: 19px;
	background-color: #F8F8F8;
	letter-spacing: -0.25px;
}
@media only screen and (max-device-width: 480px) {
	body { font-size: 14px; }
}
ol {
	list-style: none;
	padding: 0;
}
main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-header {
	border-bottom: 1px solid #CCC;
	min-height: 56px;
	line-height: 54px;
	position: relative;
}
.site-title {
	font-size: 1.625rem;
	font-weight: 300;
	letter-spacing: -1px;
	float: left;
	color: #111;
}
.site-nav {
	position: static;
	float: right;
	text-align: right;
}
.site-nav a {
	display: inline;
	margin-left: auto;
	color: #111;
	line-height: 1.5;
}
li {
	text-align: center;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.5em;
	margin: 0;
}
time {
	font-size: 0.8em;
	color: #666;
}
a {
	color: #26D;
	text-decoration: underline 0 transparent;
	font-weight: 400;
	transition: color 200ms, text-decoration-thickness 200ms, text-decoration-color 200ms;
}
a:hover {
	color: #111;
	text-decoration: underline 0.1em currentColor;
}
h3 a:visited {
	color: #72E;
}
a:hover:visited {
	color: #111;
}
.column {
	max-width: 600px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	border-top: 1px solid #CCC;
}
footer .column {
	padding: 15px 30px;
}
footer p {
	margin: 0;
	line-height: 120%;
	text-align: center;
}
p.author-name {
	margin-bottom: 4px;
}
a img {
	width: 20px;
	top: 4px;
	position: relative;
	margin-left: 6px;
}