:root {
	--mainBG: #eee;
	--buttonBG: #8cf;
	--buttonBGSelected: #08f;
	--buttonBGHover: #08f;
	--boxBorder: 1px solid #008;
	--boxShadow: 5px 5px #00c;

	--headerBG: #def;
	--headerBorder: 1px dotted #888;
	--msgColor: #0a0;
	--msgErrColor: #c00;

	/* --tableFont: "Lucida Console", Monaco, monospace; */
	--tableBorder: solid 1px #000;
	--tableRowBGEven: #ddd;
	--tableRowBGOdd: #eee;
	--tableBGHeader: #ccc;
	--tableBGFooter: #ccc;
	--tableRowColorHigh: #0a0;
	--tableRowColorLow: #c00;
}