digraph Results {
  ranksep=0.25;
	"Postpone till Sept" [ style="filled" , fontname="Helvetica", fontsize=10  ];
	"Postpone till Sarge" [ style="filled" , color="powderblue", shape=egg, fontcolor="Navy Blue", fontname="Helvetica", fontsize=10  ];
	"Apologize for Sarge" [ style="filled" , color="pink", fontname="Helvetica", fontsize=10  ];
	"Rescind Changes" [ style="filled" , color="pink", fontname="Helvetica", fontsize=10  ];
	"Foundation Doc" [ style="filled" , color="pink", fontname="Helvetica", fontsize=10  ];
	"Reaffirm Changes" [ style="filled" , color="pink", shape=octagon, fontname="Helvetica", fontsize=10  ];
	"Further Discussion" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];

	"Postpone till Sarge" -> "Postpone till Sept" [ label="256" ];
	"Postpone till Sept" -> "Apologize for Sarge" [ label="38" ];
	"Postpone till Sept" -> "Rescind Changes" [ label="40" ];
	"Postpone till Sept" -> "Foundation Doc" [ label="82" ];
	"Postpone till Sept" -> "Further Discussion" [ label="215" ];

	"Postpone till Sarge" -> "Apologize for Sarge" [ label="194" ];
	"Postpone till Sarge" -> "Rescind Changes" [ label="135" ];
	"Postpone till Sarge" -> "Foundation Doc" [ label="187" ];
	"Postpone till Sarge" -> "Further Discussion" [ label="194" ];

	"Apologize for Sarge" -> "Rescind Changes" [ label="6" ];
	"Apologize for Sarge" -> "Foundation Doc" [ label="43" ];
	"Apologize for Sarge" -> "Further Discussion" [ label="177" ];

	"Rescind Changes" -> "Foundation Doc" [ label="2" ];
	"Rescind Changes" -> "Further Discussion" [ label="145" ];

	"Foundation Doc" -> "Further Discussion" [ label="152" ];

  "Further Discussion" -> "Reaffirm Changes"  [ label="33"  ];
}
