@charset "utf-8";
/* CSS Document */
/* override styles for BodyProject.  cmh Jan 2025 */
.p7HMY.hmy-color-root-black,
.p7HMY .hmy-content-wrapper.hmy-color-content-black {
	background-color: rgb(0,0,0);
	color: #FFF;
}
.p7HMY.hmy-color-root-black.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-black.transparent {
	background-color: rgba(0,0,0,0.90);
	color: #FFF;
}
.p7HMY.hmy-color-root-green,
.p7HMY .hmy-content-wrapper.hmy-color-content-green {
	background-color: rgb(0,191,99);
	color: #FFF;
}
.p7HMY.hmy-color-root-green.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-green.transparent {
	background-color: rgba(0,191,99,0.90);
	color: #FFF;
}


a.p7TKL.TKL.tkl-LC-mint,
ul.p7TKL-list-h.tkl-LC-mint a,
ul.p7TKL-list-v.tkl-LC-mint a {
	color: rgb(0,191,99);
}