:root {
	--std-background-color: white;
	--std-color: black;
    --std-background-color-highlight:rgb(245,245,245);
	--std-border-color: darkgray;
	--std-menu-background-color: rgb(224, 224, 224);
	--std-menu-item-background-color: rgb(234, 234, 234);
	--std-menu-item-color: black;
	--std-menu-item-sel-background-color: rgb(14, 36, 226);
	--std-menu-item-sel-color:  white;
}

