.typography {
	font-size: 1.4em;
}

.typography h1, .typography h2,
.typography h3, .typography h4,
.typography h5, .typography h6 {
	color: #174D82;
	text-transform: uppercase;
	margin: 1.0em 0 0.5em 0;
	font-weight: normal;
}

.typography h1 { font-size: 2.0em }
.typography h2 { font-size: 1.8em }
.typography h3 { font-size: 1.6em }
.typography h4 { font-size: 1.4em }
.typography h5 { font-size: 1.2em }
.typography h6 { font-size: 1.0em }

.typography p {
	margin: 0.5em 0;
	line-height: 130%;
}

.typography a {
    color: #174d82;
    text-decoration: underline;
}