@charset "UTF-8";
/**
 * s3pr.scss – S3Pr basic styling
 * <https://www.ssterling.net/css/>
 * Public domain.  Last modified 2025-06-26
 */
body {
  font-family: Arial, sans-serif;
}

#page {
  /* Doesn't work on IE6 and below, which is fine;
   * left-align makes it look more authentic, anyway */
  margin: auto;
  width: expression(document.body.clientWidth > 799 ? "800px" : "auto");
  max-width: 800px;
  max-width: 50rem;
}

img {
  max-width: 100%;
  -moz-force-broken-image-icon: 1;
}

div#breadcrumbs {
  display: none;
}

/*# sourceMappingURL=s3pr.css.map */
