:root{
	--body-bg:#ddd;
	--body-fg:#000;
	--header-bg:none;
	--sidebar-bg:rgba(0,0,0,0.75);
	--sidebar-fg:#eee;
	--sidebar-button-bg:#000;
	--sidebar-button-fg:#fff;
	--menu-bg:rgba(0,0,0,0.5);
	--menu-fg:#fff;
	--menu-bghl:#000;
	--menu-fghl:#fff;
	--section-bg:none;
	--section-fg:var(--body-fg);
	--article-bg:#fff;
	--article-fg:#000;
	--article-edge:#000;
	--article-head-fg:#eee;
	--article-head-bg:#088;
}