master {
	/** The new color model */
	backgroundHue: 262;
	backgroundSaturation: 116;
	backgroundBrightness: 2;
	backgroundContrast: 5;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 218;
	mouseRolloverSaturation: 200;
	mouseRolloverBrightness: 15;
	mouseRolloverContrast: 80;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 218;
	mouseDownSaturation: 70;
	mouseDownBrightness: -15;
	mouseDownContrast: 60;
	mouseDownAlpha: 100;

	primaryTextHue: 220;
	primaryTextSaturation: 94;
	primaryTextBrightness: -5;
	primaryTextContrast: 18;
	primaryTextAlpha: 100;
	
	secondaryTextHue: 220;
	secondaryTextSaturation: 94;
	secondaryTextBrightness: -5;
	secondaryTextContrast: 18;
	secondaryTextAlpha: 100;
	
	textDropShadowHue: 220;
	textDropShadowSaturation: 94;
	textDropShadowBrightness: -5;
	textDropShadowContrast: 18;
	textDropShadowAlpha: 100;
	
	shape2UpHue: 52;
	shape2UpSaturation: 132;
	shape2UpBrightness: 21;
	shape2UpContrast: 22;
	shape2UpAlpha: 100;
	
	shape2OverHue: 52;
	shape2OverSaturation: 132;
	shape2OverBrightness: 40;
	shape2OverContrast: 30;
	shape2OverAlpha: 100;
	
	shape2DownHue: 52;
	shape2DownSaturation: 132;
	shape2DownBrightness: 21;
	shape2DownContrast: 22;
	shape2DownAlpha: 100;
}
