body {
	background-color: #A7C3DF;
	color: #032050;
}


h1, h2, h3, h4, h5, h6 {
	background-color: #ffffff;
	color: #555555;
	border-bottom: 1px solid #c9c9c9;
}

#content a {
	color: #095aea;
}

#content a:visited {
	color: #555555;
}

/** special components *******************************************************/

#content {
	background-color: #ffffff;
}

.sidebox, .mainbox {
	background-color: #f2f2f2;
}

/** hover state of navigation links in header */
#header ul.navigation li a:hover {
	color: #4781bd;
}

#footer {
	background-color: #ffffff;
}
