body {
	background: #e4ded8;
	font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2 {
    font-family: "Consolas", Courier New, monospace;
    font-weight: bold;
    text-transform: uppercase;
}

img {
	margin: 1em inherit;
    padding-top: 6px;
}

article {
	font-size: 110%;
	line-height: 1.6;
	padding-bottom: 2em;
}

.heading {
    border-bottom: 2px solid #b3aaa1;
}

.meta {
	margin-top: 0.5em;
	line-height: 1;
}

.caption {
    font-style: italic;
    text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: underline;
}