body{
  font-family: "Courier New";
  background-color: #000000;
  color:#ffffff;
}

a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #cccccc;
}

a.visited {
  color: #cccccc;
}

table td,
table th {
  padding: 0
}

.content{
  font-size: 12pt;
  /* max-width: 468pt; */
  /* padding: 72pt 72pt 72pt 72pt */
  padding: 24pt 24pt 24pt 24pt;
}

.bold{
  font-weight: bold;
}

.h1{
  font-size: 24pt;
  margin-bottom: 12pt;
}

.h2{
  font-size: 18pt;
  margin-bottom: 8pt;
}


.show{
  display: block;
  padding-bottom: 12px;
}

.bottom-images{
  display: flex;
  /* justify-content: space-between; */
  margin-top: 24pt;
  max-width:100vw;
  padding: 0;
}

.bottom-images img{
  max-width: 30vw;
  width:250px;
  height: auto;
  overflow-clip-margin: content-box;
  overflow: clip;
}

@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }