
H1 {
	/* font-size: 14pt; */
	font-size: 1.3em;
	color: #AA9249;
	font-weight:bold;
}

H2 {
	/* font-size: 12pt; */
	font-size: 1.1em;
	color: #AA9249;
	font-weight:bold;
}


H3 {
	/* font-size: 10pt; */
	font-size: 1em;
	color: #AA9249;
	font-style:italic;
}

p {
   font-size: 1em;
}

.testimonialBox {
	border:1px solid black;
	background: #D1DFE0;
	text-align:left;
	padding:4px;
	margin-bottom:37px;
}

.goldText {
	COLOR: #aa9249;
}