body { background-color: white; }
#main { background-color: white; }

#nav ul li { color: #fff; background-color: #374076; }
#nav ul li a { color: #fff; }
#nav ul li:hover { background-color: #707ABB; }
#nav ul ul li { background-color: #314F70; }
#nav ul ul li:hover { background-color: #6A8FB8; }

#header div.title { color: black; }