	body {
		background-color: #f4ebde;
	}

	h1 {
		color: #1f5989;
	}

	h2 {
		color: #439323;
	}

	.moduleContainer {
		background: #f4ebde;
		color: #524f4c;
	}

	a:focus,
	a:hover     { color: #3c3a37; text-decoration: underline; }
	a           { color: #3c3a37; text-decoration: none; }


