digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo1 begins." [color=orange];
		"EleanorBirthdayConvo1 begins." -> j2339962183;
		"EleanorBirthdayConvo1 begins." -> j1015566725;
	j2339962183 [label="Joyeux anniversaire au premier-né de la famille Nightingale!",shape=box,color=red];
		j2339962183 -> j2442527873;
	j1015566725 [label="Joyeux anniversaire, monstrueuse dame!",shape=box,color=red];
		j1015566725 -> j582206898;
	j2442527873 [label="+20 Chemistry",color=orange];
		j2442527873 -> j3682402077;
	j582206898 [label="Bonne journée ordinaire, simple contrariété humaine!",shape=box,color=blue];
		j582206898 -> "Chat ends.";
	j3682402077 [label="Et je ne l'ai jamais laissé oublier. Heh.",shape=box,color=blue];
		j3682402077 -> "Chat ends.";
	"Chat ends." [color=orange];
}