digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurRank1Convo2 begins." [color=orange];
		"ArthurRank1Convo2 begins." -> j1022806669;
	j1022806669 [label="Drifter.",shape=box,color=blue];
		j1022806669 -> j3111988814;
		j1022806669 -> j4029233361;
	j3111988814 [label="Arthur.",shape=box,color=red];
		j3111988814 -> j2751848659;
	j4029233361 [label="Sup?",shape=box,color=red];
		j4029233361 -> j1699127733;
	j2751848659 [label="+10 Chemistry",color=orange];
		j2751848659 -> j2335415235;
	j1699127733 [label="What're your thoughts about On-lyne?",shape=box,color=blue];
		j1699127733 -> j1943592994;
		j1699127733 -> j4011262763;
		j1699127733 -> j2208056838;
		j1699127733 -> j33038913;
	j2335415235 [label="Heh.",shape=box,color=blue];
		j2335415235 -> j1699127733;
	j1943592994 [label="Who?",shape=box,color=red];
		j1943592994 -> j1773954199;
	j4011262763 [label="Do they only have the one song?",shape=box,color=red];
		j4011262763 -> j1667229014;
	j2208056838 [label="I love them! We didn't have anything like that in Duviri.",shape=box,color=red];
		j2208056838 -> j2807237032;
	j33038913 [label="Meh.",shape=box,color=red];
		j33038913 -> j3747682082;
	j1773954199 [label="The band that's everywhere you look.",shape=box,color=blue];
		j1773954199 -> j3423878010;
	j1667229014 [label="+10 Chemistry",color=orange];
		j1667229014 -> j2916329436;
	j2807237032 [label="We clearly have different tastes in music.",shape=box,color=blue];
		j2807237032 -> "Chat ends.";
	j3747682082 [label="I just wish they'd STOP.",shape=box,color=blue];
		j3747682082 -> "Chat ends.";
	j3423878010 [label="Oh. Them.",shape=box,color=red];
		j3423878010 -> j4011262763;
		j3423878010 -> j2208056838;
		j3423878010 -> j33038913;
	j2916329436 [label="Exactly! I just wish they'd STOP.",shape=box,color=blue];
		j2916329436 -> "Chat ends.";
	"Chat ends." [color=orange];
}