body, #header a, #header a:hover {
	background: #00459C;
}

h1, a {
	color: #00459C;
}
a:hover {
	color: #859ebc;
}

#header h1 {
	background-color: #00459C;
}

#menu {
	background-color: #666;
}
#menu > ul li a {
	color: #fff;
	text-decoration: none;
}
#menu > ul li a:hover {
	color: #859ebc;
}
