body {
	color: #333;
	background: #fff;
	}

div.main {
	margin: 5% 25% 100px 20%;
	font-family: verdana, "courier new", courier, sans-serif, monospace;
	font-size: 0.80em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "courier new", courier, sans-serif, monospace;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	}

h1 {
	font-size: 2.1em;
	padding-bottom: .3em;
	}

h2 {
	font-size: 1.7em;
	}

h3 {
	font-size: 1.4em;
	padding-top: 2em;
	}


div.sm-img {
	float: left;
	padding: 0px 10px 10px 0px;
	}

p.blurb {
	line-height: 1.4em;
	}

div.space {
	clear: both;
	height: 0;
	}

.small {
	font-size: 0.7em;
	}

.foot {
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 70px;
	color: #000;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	}

div.contents {
	line-height: 1.3em;
	}

li {
	margin-bottom: .5em;
	}

div.announce {
	padding: 0px 10px 10px 10px;
	border: 1px dashed #000;
	background: #ccc;
	color: #000;
	}

span.mono {
	font-family: "courier new", courier, monospace;
	}

a:link, a:active, a:visited, a:hover {
	color: #930;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }
a:link.red, a:visited.red { color: #966; }

a:link.header,
a:active.header,
a:visited.header,
a:hover.header {
	text-decoration: none;
	color: #000;
	}
