body {
	background-color: #ffffff;
	text-align: center;
	
}

#content {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}


p {
	font-family: Garamond, Bembo, Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0em;
	width: 500px;
	color: #363636;
}

blockquote {
        font-family: Garamond, Bembo, Georgia, serif;
        font-size: 90%;
        line-height: 1.25em;
        text-decoration: none;
        text-transform: none;
        text-align: left;
        text-indent: 0em;
        width: 375px;
        color: #363636;
}

ul {
	font-family: Garamond, Bembo, Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0em;
	width: 500px;
	color: #363636;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.8em;

} 
    
h1 {
	text-align: center;

}

h2 {
	font-family: Garamond, Bembo, Georgia, serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.35em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0em;
	color: #363636;
}

h3 {
	font-family: Garamond, Bembo, Georgia, serif;
	color: #363636;
	line-height: 110%;
	text-align: center;
}

h4 {
	font-family: Garamond, Bembo, Georgia, serif;
	color: #363636;
	text-align: center;
	font-weight: normal;
	font-style: italic;

}

a:link {
	color: #363636;
	text-decoration: none;
	border-bottom: 1px dotted #363636;
}
a:visited {
	color: #a2a2a2;
	text-decoration: none;
	border-bottom: 1px dotted #a2a2a2;
}
a:hover {
	color: #a2a2a2;
	text-decoration: none;
	border-bottom: 1px dotted #a2a2a2;
}
a:active {
	text-decoration: none;
	color: #dfdfdf;
	border-bottom:1px dotted #dfdfdf;
}
