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