master {
	/** The new color model */
	backgroundHue: 291;
	backgroundSaturation: 98;
	backgroundBrightness: 0;
	backgroundContrast: 25;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 291;
	mouseRolloverSaturation: 98;
	mouseRolloverBrightness: 10;
	mouseRolloverContrast: 35;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 291;
	mouseDownSaturation: 98;
	mouseDownBrightness: -10;
	mouseDownContrast: 45;
	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;
}
