master {
	/** The new color model */
	backgroundHue: 322;
	backgroundSaturation: 75;
	backgroundBrightness: -10;
	backgroundContrast: 91;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 322;
	mouseRolloverSaturation: 75;
	mouseRolloverBrightness: 25;
	mouseRolloverContrast: 135;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 322;
	mouseDownSaturation: 75;
	mouseDownBrightness: -22;
	mouseDownContrast: 100;
	mouseDownAlpha: 100;
	
	primaryTextHue: 220;
	primaryTextSaturation: 202;
	primaryTextBrightness: -5;
	primaryTextContrast: 55;
	primaryTextAlpha: 100;
	
	secondaryTextHue: 220;
	secondaryTextSaturation: 94;
	secondaryTextBrightness: -5;
	secondaryTextContrast: 18;
	secondaryTextAlpha: 100;
	
	textDropShadowHue: 220;
	textDropShadowSaturation: 94;
	textDropShadowBrightness: -5;
	textDropShadowContrast: 18;
	textDropShadowAlpha: 100;
}
