body {
	background-color: #EDF7F9;
	margin: 0 auto;
	width: 1200px;
}
img {
	margin: 50px;
	border: 50px solid #FDE9D9;
}
.top_title {
	font-size: 80px;
	margin: -600px 0px 200px 175px;
	font-family: Helvetica;
	font-weight: 800;
	color: #31849B;
	letter-spacing: -5px;
	position: absolute;
}
em {
	font-style: normal;
	color: #F79646;
}
a {
	color: #31849B;
	text-decoration: none;
}
a:hover {
	color: #F79646;
}

div {
	margin-left: 170px;
	border-left: 6px solid #F79646;
}
p {
	font-family: Helvetica;
}
.title {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -2.5px;
	color: #31849B;
	margin: 20px 0px 0px 50px;
}
.sub {
	font-size: 17px;
	letter-spacing: -1px;
	color: #74BED2;
	margin: 3px 0px 0px 90px;
}
.back {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
	margin: 100px auto;
}
.footer {
	font-size: 10px;
	letter-spacing: -1px;
	color: #74BED2;
	text-align: center;
	margin: 50px auto;
}