.typography {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.typography p { 
 	/*color: #666;*/
 	line-height: 18px;
 	font-size: 12px;
	/*margin: 0 0 18px 0;*/
}


.typography h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9px;
	line-height: 1.2em;
	font-style: italic;
	color: #FFFFFF;
}

.typography h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:1em;
	font-style: italic;
	color: #EAEEF7;
}

.typography h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #787C87;
	font-size: 1.4em;
}

.typography h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:bold;
	border-bottom:1px solid #787C87;
	color: #787C87;
	font-size: 1.2em;
	line-height:1.6em;
}

.typography h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6f3644;
	font-size: 1em;
}

.typography h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #787C87;
	font-size: 0.7em;
}

.typography a:link {
  color: #666666
}

.typography a:visited {
  color: #666666
}

.typography a:hover {
  color: #794353
}

.typography a:active {
  color: #666666
}

h2.pageTitle {
  font-style:italic;
}