/* YAHOO RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
    font-family: 'Vollkorn', serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* YAHOO RESET END */
body {
    line-height: 150%;
    font-size: 12pt;
	font-family: serif; 
    background-color: #FFF;
    color: #444;
	padding: 2em;
	max-width: 600px;
    }
h1 {
	font-size: 200%;
	padding-bottom: 1em;
	font-weight: bold;
	line-height: 120%;
	}
h1.splash {font-family: UnifrakturCook;}
h2 {
	font-size: 160%;
	font-weight: bold;
	padding: 0.5em 0;
	line-height: 120%;
	}
h3 {
	font-size: 140%;
	}
ol, ul {
	list-style: disc;
	padding-left: 2em;
	padding-bottom: 1em;
	}
p {
	padding-bottom: 1em;
	}
strong {
	font-weight: bold;
	}
div.center-image {
	clear: both;
	float: right;
	width: 200px;
	margin: 1em 0 1em 1em;	
	font-size: 80%;
	line-height: 110%;
	}
blockquote {
	border-left: 3px solid #CCC;
	padding-left: 0.5em;
	margin: 0 1em;
	}
p.citation {
	text-align: right;
	}
a:link { color: blue; text-decoration: none;}
a:hover { border-bottom: 1px solid blue}
a:visited:hover { color: blue; border-bottom: 1px solid blue}
a:visited { color: blue; text-decoration: none; font-weight: normal;}
em	{
	font-style: italic;
	}
