@charset "UTF-8";
/* CSS Document */

body {
	background-color: #afafaf;
	font-family: georgia;
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 10px 0px 20px 0px;
}

#content_wrap {
	margin: 0 auto;
	width: 780px;
	height: auto;
}

h1 {
	font-size: 2.8em;
	color: #872523;
}

h2 {
	font-size: 2.0em;
	line-height: normal;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
	color: #872523;
}

.red_highlight {
	color: #872523;
}

.paragraph_starter {
	color: #872523;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 0.1em;
}

a:visited {
	text-decoration: none;
	color: #872523;
}
a:link {
	text-decoration: none;
	color: #872523;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #872523;
}
