digraph Results {
  ranksep=0.25;
 "Steve McIntyre\n7.06" [ style="filled" , color="powderblue", shape=egg, fontcolor="NavyBlue", fontname="Helvetica", fontsize=10  ];
 "Steve McIntyre\n7.06" -> "Raphael Hertzog\n4.04" [ label="53" ];
 "Steve McIntyre\n7.06" -> "Marc Brockschmidt\n5.84" [ label="85" ];
 "Steve McIntyre\n7.06" -> "None Of The Above" [ label="291" ];
 "Raphael Hertzog\n4.04" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Raphael Hertzog\n4.04" -> "Marc Brockschmidt\n5.84" [ label="33" ];
 "Raphael Hertzog\n4.04" -> "None Of The Above" [ label="237" ];
 "Marc Brockschmidt\n5.84" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Marc Brockschmidt\n5.84" -> "None Of The Above" [ label="271" ];
 "None Of The Above" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];
}
