body {
	color: black;
	background-color: #3e4a8b;
}

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

a:hover {
	color: #6495ed;
	text-decoration: none;
}
.logo {
	text-align: center;
}
.content {
	background-color: #4958a5;
	border: 1px solid black;
}