master {
	/** The new color model */
	backgroundHue: 50;
	backgroundSaturation: 250;
	backgroundBrightness: 0;
	backgroundContrast: 50;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 28;
	mouseRolloverSaturation: 250;
	mouseRolloverBrightness: 15;
	mouseRolloverContrast: 60;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 28;
	mouseDownSaturation: 250;
	mouseDownBrightness: -15;
	mouseDownContrast: 40;
	mouseDownAlpha: 100;
	
	primaryTextHue: 220;
	primaryTextSaturation: 94;
	primaryTextBrightness: 0;
	primaryTextContrast: 0;
	primaryTextAlpha: 100;
	
	secondaryTextHue: 220;
	secondaryTextSaturation: 94;
	secondaryTextBrightness: 0;
	secondaryTextContrast: 0;
	secondaryTextAlpha: 100;
	
	textDropShadowHue: 220;
	textDropShadowSaturation: 94;
	textDropShadowBrightness: 0;
	textDropShadowContrast: 0;
	textDropShadowAlpha: 100;
}