@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

* {
	font-family:'Source Sans Pro';
	color:#252525;
}

a {
	color:#252525;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Ubuntu Condensed', sans-serif;
	color:#004a70;
}

h1 {
	font-size:35px;
}

h2 {
	font-size:31px;
}

h3 {
	font-size:27px;
}

h4 {
	font-size:23px;
}

h5 {
	font-size:19px;
}

h6 {
	font-size:15px;
}

p {
}

