
	var LowBgColor='#6e857b';			// Background color when mouse is not over
	var LowSubBgColor='#6e857b';			// Background color when mouse is not over on subs
	var HighBgColor='#f8fffc';			// Background color when mouse is over
	var HighSubBgColor='#f8fffc';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#e5deee';			// Border color
	var BorderSubColor='#e5deee';			// Border color for subs
	
	// Set the clock's font color:
	var myfont_color = "#FFFFFF";
	
	// Set the clock's background color:
	var myback_color = "#6e857b";

