html {
	background: white;
}

body {
	font-family: serif;
	margin:1.75em auto;
	width:35em;
	line-height:1.5em;
	font-size: 14pt;
}

img {
	border: 1px solid black;
}

a {
	color: #730707;
	-webkit-transition: color .4s linear;
	text-decoration: none;
}

a:hover {
	color: red;
}

blockquote {
	margin-left: 10px;
	padding: 0 45px 0 25px;
	line-height: 1.3em;
	font-style: italic;
}

pre {
	font-family: monospace;
	font-size: 11pt;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.055em;
	word-spacing: -0.071em;
	line-height: 0.99em;
	padding: 20px;
	line-height: normal;
	white-space: pre-wrap;
	border: 1px solid black;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

h1 {
	font-family: serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1;
}

.article {
	border-bottom: solid silver 1px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.article h1 a {
	text-decoration: none;
	color: black;
}

.article h1 a:hover {
	background-color: #E6E6E6;
}

ul.archive {
	list-style: none;
	font-family: monospace;
	font-size: 12pt;
	line-height: 1.4em;
}

#footer {
	font-family: verdana, sans-serif;
	font-size: 14pt;
	text-align: center;
	padding-top: 20px;
}