digraph G {
  graph [URL="default.html", BGURL="smbluewhite_paper.gif "]
  node [style=filled]

  // edge URLs are not supported by imagemap clients, but they are allowed.
  edge [URL="\N.html"] 
 
  1 [color=red]
  4 [color=red]
  5 [color=red]
  2 [color=orange]
  3 [color=orange]
  6 [color=orange]
  7 [color=orange]
  8 [color=green]
  1->2
  2->3
  6->3
  5->6
  3->7
  6->7
  1->8
  2->8
  4->8
  5->8
  6->8
  7->8
}
