<style>

  body { background-color: lightblue; 
  }
  h2.darkblue { 
      color: darkblue;
      text-align: center;
      line-height: 0.5px;
  }
  p.courier {
      font-family: "Courier";
      line-height: 0.5px;
  }

  li.nocr { 
      font-family: "Courier" ;
      line-height: 0.5px;
  }
  hr.thin {
      margin-top: 0.5em; 
      margin-bottom: 0.5em;
  }
.center { align-content: center; }
</style>