:root {

	/*menu*/
	--fgmnu:#000;		/*text color in menu when not selected*/
	--bk: #333;			/*bgk buttons*/
	--fg: #fff;			/*fg buttons*/
	--bkhov: #aaa;		/*bkg when hovering on a button*/
	--fghov: #fff;		/*fg when hovering on a button*/

	/*All other buttons*/
	--bk2: #333;		/*bgk buttons*/
	--bkhov2: #666;		/*bkg when hovering on a button*/

	/*src box*/
	--bksrc:#fff;		/*bkg search box (#aab)*/
	--fgsrc:#000;		/*fg search box (#fff)*/
	--bksrcbord:#aaa;  /*search border*/
	--bkhdrscr:rgba(100,100,100,0.7);	/*mini head (scroll)*/

	/*eval*/
	--bkev:#666;	/*bkg evaluation box*/
	--fgev:#fff;	/*fg evaluation box*/

	/*Footer*/
	--bkftr:#888;	/*bkg footer*/
	--fgftr:#fff;	/*fg footer*/

}
