body {
  	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	color: #412300;
}
h1, h2 {
    font-weight: normal;
    color: #872319;
}
a {
    color: #872319;
}
a:hover {
	background-color: #000;
	color: #fff;
}
a img {
    border: 0;
}
p {
    line-height: 1.5em;
    margin: .8em 0;
}
ul, ol {
	margin:  .8em .4em;
	line-height: 1.3em;
}
ol {
	margin-left: 2em;
}
blockquote {
	text-align: center;
	padding: 0 20px;
  	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
  	font-size: 1.2em;
  	line-height: .9em;
  	color: #9A3D19;
}
blockquote span {
	font: .8em Tahoma, Arial, sans-serif;
	color: #CAC3A1;
}