body {
	margin: 0;
	background-color: black;
	color: #EEE;
	font-family: Georgia, Times, serif;
}

h2, h3, h4, h5 {
	font-family: "Courier New", Courier, monospace;
}

img { border: 0; }

address, blockquote, p, td { font-size: smaller }

.byline {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.caption {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}

.epigraph {
	font-size: smaller;
	font-style: italic;
}

.footnote {
	font-size: smaller;
}

.imgright {
	margin: 0.5em 0 0.5em 0.5em;
}

.imgleft {
	margin: 0.5em 0.5em 0.5em 0;
}

.initcap {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-right: 0.25em;
}

.pullquote {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:link {
	color: #F66;
}

a:visited {
	color: #C99;
}

a:hover {
	text-decoration: underline;
}

div.main {
	margin: 0.5em 2em 0 2em;
	width: 30em;
}

h3.article {
	margin-top: 2em;
	border-top: solid #EEE 1px;
	padding-top: 0.5em;
}

strong.speaker { font-size: 1.2em; }