body{
  font-family: monaco, Consolas, 'Lucida Console', monospace; 
  margin: 0px;
}


rect{
  fill: #eee;
  stroke: #000;
}

circle{
  fill: none;
  stroke: #f0f;
  stroke-dasharray: 2 2;
  stroke-width: 2;
}