/* basic elements */
.body {
	background-color: #8ab6e3; 
	color: black;
}

.textbox {
	background-color: #465262;
	color: black;
}

.title {
	background: #fff url(../pics/title_bright.jpg) no-repeat top center;
}

A:link {
	color: white;
}
A:visited { color: white; }
A:hover   { color: black; }
A:active  { color: white; }

ul.menu li a {
	color: white;
	margin: 0;
}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}

