@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #006DDF;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/* height: 750px; */
	background-color: #FFFFFF;
	color: #006DDF;
	line-height: 2.0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
  color: #ffe627;
  text-decoration: none;
}

a:visited {
  color: #ff912a;
  text-decoration: none;
}

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

a:active {
  color: #ff912a;
  text-decoration: underline;
}
