digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo2 begins." [color=orange];
		"ArthurBirthdayConvo2 begins." -> j556958769;
		"ArthurBirthdayConvo2 begins." -> j1172209855;
	j556958769 [label="Happy Birthday to Eleanor’s little brother!",shape=box,color=red];
		j556958769 -> j2460982654;
	j1172209855 [label="Happy Birthday, Arthur. Any plans?",shape=box,color=red];
		j1172209855 -> j2525822519;
	j2460982654 [label="Wonderful. Now I have two of you who won’t ever let that drop.",shape=box,color=blue];
		j2460982654 -> "Chat ends.";
	j2525822519 [label="+20 Chemistry",color=orange];
		j2525822519 -> j2276362390;
	"Chat ends." [color=orange];
	j2276362390 [label="Thanks! Nice of you to remember. I might knock off half an hour early today. Not decided yet.",shape=box,color=blue];
		j2276362390 -> "Chat ends.";
}