body { font-family: Arial, Helvetica, sans-serif; color: #656363;}
h1 {
	font-size: 35px;
	color: #2f2f2f;
	font-weight: normal;
	text-transform:uppercase;
	border-bottom: 1px solid #b0aca4;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #656363;
	font-weight:bold;
	text-transform: none;
	padding-bottom: 8px;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding-bottom: 15px;
}
	.blurb {
		font-size: 17px;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #8d8d8d;
		padding-bottom: 25px;
	}
#content li {
	font-size: 12px;
	line-height: 22px;
}

/* Remember: LoVe For Hate */
a { text-decoration: underline; color: #534e41;}
a:visited { color: #93867f;}
a:focus,a:active {}
a:hover { color: #361b0d;}
