body {
	font-family: "Trebuchet MS";
	padding: 0;
	margin: 0 auto;
	color: #ffffff;
	background-color: #0A2643;
}

.container {
	margin-top: 10%;
	margin-left: 10%;
}

.headline {
	color: #fffff;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
	margin-bottom: 0px;
	margin-top: 60px;
}

.sub {
	color: #28a7d5;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
	text-align: left;
}

.footer {
	color: #586c7f;
	height: 60px;
	text-align: left;
	position: absolute;
	width: 100%;
	bottom: 10px;
	padding-top: 60px;
	border-top: 1px solid #18344e;
}

.text {
	position: absolute;
	left: 10%;
}

.header a{
	font-weight: bold;
	color: #ffffff;
	display: block;
	font-size: 16px;
    line-height: 20px;
	text-align: center;
	margin-right: 40px;
	margin-top: 40px;
	float: left; 
	background-color: #28a7d5;
	width: 200px;
    border-color: #28a7d5;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;	
	text-decoration: none;
}

.header a:hover {
	font-weight: bold;
	display: block;
	font-size: 16px;
    line-height: 20px;
	text-align: center;
	margin-right: 40px;
	margin-top: 40px;
	background-color: #0A2643;
	width: 200px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	text-decoration: underline;
}
