h1 {
	margin-top: 0px;
	color: #DA3800;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #DA3800;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-top: 0px;
	color: #585858;
	font-size: 0.9em;
	line-height: 1.7em;
}

.highlight-blue{
	color: #3196DC;
	font-weight: bold;
}

.quote {
	padding: 10px;
	background: #F4F4F4;
	border: 1px solid #D8D8D8;
}

#content a {
	color: #B42B05;
	text-decoration: underlined;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
