master {
	/** The new color model */
	backgroundHue: 191;
	backgroundSaturation: 240;
	backgroundBrightness: 15;
	backgroundContrast: 15;
	backgroundAlpha: 100;
	
	mouseRolloverHue: 191;
	mouseRolloverSaturation: 240;
	mouseRolloverBrightness: 28;
	mouseRolloverContrast: 15;
	mouseRolloverAlpha: 100;
	
	mouseDownHue: 191;
	mouseDownSaturation: 240;
	mouseDownBrightness: 28;
	mouseDownContrast: 150;
	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;
}
