.typography {
  font-family: Georgia, "Times New Roman", Times, serif;
}


.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: #FFFFFF;
}

.typography h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	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: #FFFFFF;
	font-size: 1.2em;
	line-height:1.6em;
}

.typography h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 1em;
}

.typography h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 0.7em;
}

.typography a:link {
  color: #327CFA;
}

.typography a:visited {
  color: #666666;
}

.typography a:hover {
  color: #d28dd3;
}

.typography a:active {
  color: #327CFA;
}

h2.pageTitle {
  font-style:italic;
}