
    html, body {
      margin: 0;
      background: #f7faf8 !important;
      color: #172033 !important;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }
    .xrh-page {
      background: #f7faf8;
      color: #172033;
    }
    .xrh-page * {
      box-sizing: border-box;
    }
    .xrh-page a {
      color: #0b6f67;
      text-decoration: none;
    }
    .xrh-page a:hover {
      text-decoration: underline;
    }
    .xrh-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .xrh-page h1,
    .xrh-page h2,
    .xrh-page h3 {
      color: #132033;
      line-height: 1.2;
      margin-top: 0;
    }
    .xrh-page p {
      margin-top: 0;
    }
    .xrh-page table th,
    .xrh-page table td {
      vertical-align: top;
    }
  