html, body
{
	background-color: #FFF;
	margin: 0 2em 1em 2em;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1
{
	color: #666;
	font-family: Arial, Helvetica, san-serif;
	font-size: 3em;
	text-align: center;
}
h2
{
	color: #000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 2em;
	border-style: dotted;
	border-width: 0 0 1px 0;
	boder-color: #000;
}
h3
{
	color: #666;
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.5em;
	border-style: dotted;
	border-width: 0 0 1px 0;
	boder-color: #666;
}
p
{
	font-family: Georgia, Times New Roman, Times, serif;
}
pre
{
	font-size: 12pt;
	color: #228B22;
}
blockquote {
	background-color: #FFF8DC;
	padding: 1em;
}
a:link
{
	text-decoration: none;
	color: #369;
	background-color: transparent;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #006;
	background-color: transparent;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
	background-color: #458B74;
}
.byline
{
	padding: 2em 0 0 0;
	font-style: italic;
	text-align: right;
}
