*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.topo{
	text-align: center;
	padding: 60px 5px;
	font-size: 38px;
	color: #003068;
	font-weight: 800;
}
.topo span{
	color: #1463ad;
	font-weight: 400;
}
.menu a{
	display: block;
	box-sizing: border-box;
	padding: 40px 5px;
	text-align: center;
	background: #1463ad;
	color: #ffffff;
	text-decoration: none;
	font-size: 32px;
	font-weight: 700;
	border-top: solid 4px #003068;
}
.menu a:hover{
	background: #003068;
}
.menu a:last-child{
	border-bottom: solid 4px #003068;
}