/*Master stylesheet. all other style sheets must be added from here*/

@import url("global.css");
@import url("chambers.css");
@import url("menu.css");
@import url("page_content.css");

.textGreen {
	color:#a5bf14;
}
.textBrown {
	color:#c2ad61;
}
.textPurple {
	color:#9993b7
}
.textBlack {
	color:#000;
}
.textWhite {color:#fff;}