/* colors.css */

BODY {
	background: #FDFDFD;
	color: #222222;		
}

A {
	color: #222299;
}

.header {
	background: #AAAAEE;
}

.header_text {
	color: #FDFDFD;
}

.menu {
	background: #EEEEFF;
}

.menutitle {
	background: #DDDDEE;
}

.bottom {
	background: #DDDDEE;
}

