h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	margin-top: 50px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
}
h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	border-bottom: #C5C6D0 3px solid;
	margin-top: 20px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 10px;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 3em;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	color: #C5C6D0;
	text-transform: uppercase;
	margin: 0px;
}
a {
	color: #3E3D53;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #333333;
}
a img {
	border: #000000 1px solid;
}
.cell {
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.sup {
	font-size: 0.7em;
	font-weight: 300;
	
}
.sub {
	font-size: 0.7em;
	font-weight: 300;
	text-transform: uppercase;
}
.grey-background {
	background-color: #C5C6D0;
}
.fieldset {
	border: #000000 3px solid;
}
.fieldset legend {
	font-weight: 700;
	font-size: 1.2em;
}