/* RobotoCondensed-Regular */
@font-face {
  font-family: "Roboto Condensed";
  src: url('/fonts/roboto-condensed/RobotoCondensed-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  }
  
/* RobotoCondensed-Italic*/
@font-face {
  font-family: "Roboto Condensed";
  src: url('/fonts/roboto-condensed/RobotoCondensed-Italic.ttf');
  font-weight: normal;
  font-style: italic;
  }  

/* Source Sans Pro */
@font-face {
  font-family: "Source Sans Pro";
  src: url('/fonts/source-sans-pro/SourceSansPro-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  }

h1 {
  color: #0e52a0;
  font-family: Roboto Condensed;
  
}
big {
	color: #444444;
	font-family: Source Sans Pro;
}

/* Links */
a:link {
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
