master {
	/** The new color model */
	backgroundHue: 55;
	backgroundSaturation: 188;
	backgroundBrightness: 22;
	backgroundContrast: 44;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 55;
	mouseRolloverSaturation: 188;
	mouseRolloverBrightness: 33;
	mouseRolloverContrast: 44;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 55;
	mouseDownSaturation: 188;
	mouseDownBrightness: 11;
	mouseDownContrast: 44;
	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;
}
