/* general
------------------------------------------------------------ */

p, h1, h2, h3, h4, h5, ul, ol, li, span, div {
	font-family: Times, "Times New Roman", serif;
	font-weight: 100;
	}
	
h1, h2, h3, h4, h5 {
	margin: 0;
	}
	
h3 {
	margin: 10px 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #7F1B00;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #7F1B00;
	}

hr {
	display: none;
	}
	
.breaker {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: 14px;
	line-height: 110%;
	}
	
#page_content h2 {
	font-size: 28px;
	color: #B04000;
	}

