:root {

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

	/*All other buttons*/
	--bk2: #D60;		/*bgk buttons*/
	--bkhov2: #7AC;		/*bkg when hovering on a button*/

	/*src box*/
	--bksrc:#fff;		/*bkg search box (#aab)*/
	--fgsrc:#000;		/*fg search box (#fff)*/
	--bksrcbord:#248;  /*search border*/
	--bkhdrhome: rgba(255, 255, 255, 0.9); /* head bkg */
	--bkhdrscr:rgba(0,0,155,0.9);	/*mini head (scroll)*/

	/*eval*/
	--bkev:#026;	/*bkg evaluation box*/

	/*Footer*/
	--bkftr:#248;	/*bkg footer*/

}
