body { 
  background-color: #ffffff;
  font-family: Georgia, serif;
  }
.note {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 10px;
  background: #3a39BB;
  }
.caption {
  text-align: center;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 64px;
  }
h1 { font-size: 2.4em; }
table td h2 { 
  font-size: 1.5em; 
  padding: 0px;
  }
table td h3 { 
  font-size: 1.8em;
  padding: 0px;
  }
table {
  color: white;
  border-collapse: collapse;
  }
td {
  border-collapse: collapse;
  }
.main-text {
  color: black;
  vertical-align: top;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-left: 20px;
  }
.page-title {
  color: black;
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 10px;
  font-style: italic;
  font-weight: bold;
  }
.page-subtitle {
  color: black;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 10px;
  }
.sub-head {
  font-size: 1.5em;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: bold;
  }
.top-left {
  vertical-align: top;
  text-align: left;
  }
.center-horizontal {
  text-align: center;
  }

