<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Print styles */




  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  nav {
    display: none;
  }

  .next {
    display: none;
  }

/*  a, a:visited {
    display: inline;
    text-decoration: underline;
  }*/

  pre, blockquote {
    border: 1px solid #999;
    break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    height: auto;
  }

  @page  {
    margin: 2.5cm 2cm;
  }

  .title-image {
    max-width: 750px;
    margin: 2em auto 1em auto;
  }

  .left {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .center-650 {
    max-width: 647px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .center-610 {
    max-width: 647px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .caption {
    text-align: center;
  }

  header {
    text-align: center;
    break-after: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    break-after: avoid;
  }

  h3 {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: center;
}

  .indent {
    margin: 2em;
  }

  .divider {
    margin: 2em 0;
    text-align: center;
  }


  .note {
    font-style: italic;
    margin: 3em 2em;
  }

  .note a {
    display: inline-block;
  }

  #chapters ul li {
    list-style: none;
    text-decoration: none;
  }

  #chapters ul li a {
    text-decoration: none;
  }</pre></body></html>