<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 }

</pre></body></html>