.typography h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

.typography h2, h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: lowercase;
	letter-spacing: -1px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

h2, h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: lowercase;
	
}

h2 {
	font-size: 26px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	letter-spacing: 1px;
}

h4 {
	font-size: 22px;
	letter-spacing: 0;
	margin:0 0 10px 0;
}

a {
	color: #D9C09A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.current {
	text-decoration: underline;
}

.section {
	text-decoration: underline;
}

strong {
	color: #D9C09A;
}