body {
	color: #3e3f3e;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: 400; /* Normal */
	line-height: 1.7;
	letter-spacing: -0.06em;
}

em, .em {
	font-style: italic;
}
strong {
	font-weight: bold;	
}

a, .faux_link {
	color: #00a5d9;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

p {
  letter-spacing: -0.06em;
  line-height: 1.7;
  padding-bottom: 1.3em;
  word-spacing: 0.02em;
}

h1, h2, h3, h4 {
	color: #1b4d6d;
}

h1,h2 {
	line-height: 1.17;
	letter-spacing: 0;
	text-transform: uppercase;
}

h1 {
	color: #00a5d9;
	font-family: "Oswald",sans-serif;
	font-size: 3.2em;
	font-weight: lighter;
	padding-bottom: 0.38em;
}

h2 {
	padding-bottom: 0.56em;
	letter-spacing: 0.034em;
}