body {
	background:#FFF url(./images/bg-texture.jpg) no-repeat top left;
	color:#222;
	font-family:Baskerville, Times, "Times New Roman", Serif;
}
a {
	color:#336699;
	text-decoration:none;
	border-width:0;
}
a:hover {
	color:#993300;
}
h1,h2,h3 {
	font-weight:normal;
	margin-bottom:0.5em;
	letter-spacing:-1px;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
}
h1 {
	margin-bottom:0.5em;
}
h2 {
	margin-top:1.3em;
}
p {
	margin-bottom:1.3em;
	line-height:1.2em;
}
li {
	line-height:1.2em;
}
ul,
ol {
	padding-left:45px;
	margin-bottom:1.5em;
}
fieldset {
	border-width:0;
}
abbr {
	
}
blockquote {
	margin:4.5em 0;
	padding:10px 60px;
	background:url(./images/quotemark.png) no-repeat top left;
	font-style:italic;
}
blockquote p.source {
	text-align:right;
	font-style:normal;
}