/* Default styles for some graphics */

rect {
  fill: white;
  stroke: black;
  stroke-width: 1 }

circle {
  fill: red;
  stroke: black;
  stroke-width: 1 }

path {
  fill: white;
  stroke: black;
  stroke-width: 1 }

