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