master {
	/** The new color model */
	backgroundHue: 320;
	backgroundSaturation: 120;
	backgroundBrightness: 23;
	backgroundContrast: 17;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 320;
	mouseRolloverSaturation: 120;
	mouseRolloverBrightness: 35;
	mouseRolloverContrast: 17;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 320;
	mouseDownSaturation: 120;
	mouseDownBrightness: 11;
	mouseDownContrast: 17;
	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;
}
