master {
	/** The new color model */
	backgroundHue: 0;
	backgroundSaturation: 140;
	backgroundBrightness: -14;
	backgroundContrast: 70;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 220;
	mouseRolloverSaturation: 50;
	mouseRolloverBrightness: 5;
	mouseRolloverContrast: 10;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 220;
	mouseDownSaturation: 50;
	mouseDownBrightness: -10;
	mouseDownContrast: 20;
	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;
}
