h1 {
	color: #3F3420;
    font-family: tangerineregular;
    font-size: 50px;
    font-weight: normal;
    margin: 0 0 33px;
    padding-top: 22px;
    text-align: center;
}

h2 {
	color:#3f3420;
	font-family: 'garogierregular';
	font-size:24px;
	margin:0 0 7px 0;
}

h3 {
	color: #793C3A;
    font-family: 'garogierregular';
    font-size: 21px;
    margin: 0 0 9px;
    padding-top: 11px;
}

h4 {
	color:#3f3420;
	font-family: 'garogierregular';
	font-size:20px;
	margin:0 0 7px 0;
}

h5 {
	color:#793c3a;
	font-family: 'garogierregular';
	font-size:19px;
	margin:0 0 7px 0;
}

p {
	color:#695e4a;
	font-family: Arial;	
	font-size:17px;
	margin:0 0 13px 0;
}

a:link, a:visited {
	color:#793c3a;
	text-decoration:none;
}

a:hover, a:active {
	color:#3F3420;
	text-decoration:none;
}

ul {
	margin: 10px 25px;
    padding: 0;
}

ol {
	margin: 10px 29px;
    padding: 0;
}

li {
	color:#695e4a;
	font-family: Arial;
	font-size:17px;
}
ol li, ul li {
	margin-bottom:10px;
}
.photo-placeholder{
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.quote-text{
	color: #6C5B3E;
    font-family: tangerineregular;
    font-size: 37px;
    line-height: 40px;
    margin: 46px 0 30px;
    padding: 0 25px;
    text-align: center;
}
.quote-source{
	color: #8C7856;
    font-family: 'garogierregular';
    font-size: 19px;
    margin: 0 0 30px;
    text-align: center;
}
.quicklink-title{
	color: #473924;
    font-family: tangerineregular;
    font-size: 37px;
    margin: 28px 0 13px;
    text-align: center;
}
.quicklink-list{
	color: #91807A;
    font-family: 'garogierregular';
    font-size: 19px;
    margin: 0 0 7px;
    text-align: center;
}
.quicklink-list a:link,
.quicklink-list a:visited{
	color: #91807a;
	text-decoration: none;
}
.quicklink-list a:hover,
.quicklink-list a:active{
	color: #ab9c82;
	text-decoration: none;
}