:root{
	--body-bg:#000;
	--body-fg:#eee;
	--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:#fff;
	--menu-fghl:#000;
	--section-bg:none;
	--section-fg:var(--body-fg);
	--article-bg:#222;
	--article-fg:#fff;
	--article-edge:#aaa;
	--article-head-fg:#fff;
	--article-head-bg:#000;
	--blink:#ff0;
}