.menu {
	text-align: center;
	text-decoration: none;
	color: #2273A4;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
