Background 	= (white, NONE);

Footer		= ("How Does It All Work?", black, "TimesRoman", 28);
FooterBox	= (lightGray, RAISED, 8);

Nodes = ("cust", "Customers",	75, 25, white, darkOrange, "TimesRoman", 20),
	("bus", "Business",	425, 25),
	("web", "WEB Site\nReseller",		250, 150, white, darkBlue),
	("isp", "Internet\nService\nProvider",	100, 150),
	("html", "HTML\nAuthors",			400, 150),
	("tele", "Telephone\nCompany",		100, 275, white, darkRed);

Edges = ("web", "cust", darkGreen),
	("isp", "cust"),
	("bus", "html"),
	("html", "bus"),
	("bus", "isp"),
	("bus", "web"),
	("isp", "tele"),
	("web", "isp"),
	("html", "web");