  body {
    font-family: arial, sans-serif;
    background-color: #000000;
  }

  table {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid;
    border-color: #575326;
    table-layout: fixed;
  }

  .blank {
    font-size: 3px;
    color: #ffffff;
  }
  
  tr.entry td {
    text-align: left;
    font-size: 16px;
  }
  
  tr.entryboth td {
    text-align: left;
    font-size: 16px;
    padding-bottom: .5em;
    padding-top: .5em;
  }
  
  tr.entrybottom td {
    text-align: left;
    font-size: 16px;
    padding-bottom: .5em;
  }
  
  tr.entrytop td {
    text-align: left;
    font-size: 16px;
    padding-top: .5em;
  }

  th.builder {
    background-color: #ffffff;
    font-size: 18px;
    color: #ffffff;
    border-radius: 20px;
    margin-bottom: .1em;
    text-align: center;
  }
  
  tr.banner {
    background-color: #606060;
    font-size: 15px;
    font-weight: 900;
    color: white;
    padding: .2em;
    text-align: center;
  }
  
    tr.blackline td {
    background-color: #000000;
    font-size: 10px;
    font-weight: 900;
    color: white;
    height: 10px;
    text-align: center;
  }

  tr.details {
    background-color: #777777;
    font-size: 16px;
    color: white;
    height: 25px;
    text-align: center;
  }
  
  tr.header {
    background-color: #000000;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
  }

  tr.header2 {
    background-color: #000000;
    color: white;
    text-align: center;
    font-size: 15px;
  }

  tr.headerHOME {
    background-color: #000000;
    font-size: 40px;
    color: white;
  }
  
  tr.history {
    text-align: left;
    font-size: 16px;
  }


  tr.hr td {
    background-color: #ffffff;
    text-align: center;
  }
  
  tr.links td {
    background-color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    padding: .5em;
    text-align: center;
  }

  th.start {
    background-color: #000000;
    font-size: 25px;
    color: #ebebeb;
    vertical-align: top;
    padding: .2em;
  }
  
    tr.total {
    background-color: #777777;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 25px;
    text-align: center;
  }
  
  td {
    font-size: 15px;
    border: 0 solid #900;
    padding-left: .5em;
    padding-right: .5em;
  }

  tr.alphabet {
    background-color: #777777;
    color: white;
    text-align: center;
    font-weight: bold;
  }

  tr.company td {
    background-color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    padding-bottom: .5em;
  }
  
  tr.copyright {
    text-align: center;
  }
  
  tr.copyright td img {
    width: 200px;
    height: auto;
  }
  
  tr.dates td {
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-bottom: .5em;
  }
  
  tr.normal {
    text-align: center;
    font-size: 16px;
  }

  tr.notes {
    text-align: justify;
    font-size: 10px;
  }
  
   tr.notesheader {
    background-color: #000000;
    text-align: center;
    font-size: 16px;
    color: white;
  }
  
  tr.justified {
    text-align: justify;
    font-size: 15px;
    background-color: #ffffff;
  }

  tr.link {
    text-align: center;
    font-size: 300px;
  }
  
  tr.line td {
    text-align: center;
    background-color: #ffffff;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  
  tr.line th {
    text-align: center;
    background-color: #ffffff;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  
  tr.linebottom td {
    text-align: center;
    background-color: #ffffff;
    padding-top: .5em;
    padding-bottom: 1em;
  }
  
  tr.linebottom th {
    text-align: center;
    background-color: #ffffff;
    padding-top: .5em;
    padding-bottom: 1em;
  }
  
  tr.linetop td {
    text-align: center;
    background-color: #ffffff;
    padding-top: 1em;
    padding-bottom: .5em;
  }
  
  tr.linetop th {
    text-align: center;
    background-color: #ffffff;
    padding-top: 1em;
    padding-bottom: .5em;
  }

  tr.info {
    background-color: #d5d5d5;
    text-align: center;
    font-size: 40px;
  }

  tr.classheader {
    text-align: center;
    font-weight: 900;
    text-decoration: underline;
  }

  tr.nav {
    text-align: center;
  }
  
  tr.quantity th {
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
  }
  
  tr.quantity td {
    text-align: left;
    background-color: #ffffff;
  }
  
  tr.title td {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding: .5em;
  }
  
    tr.welcome td {
    text-align: center;
    padding-bottom: .5em;
    padding-top: .5em;
    font-size: 20px;
  }
  
  tr.year {
    background-color: #777777;
    color: white;
    text-align: center;
    font-weight: bold;
  }

/* unvisited link */
a:link {
  color: #0000ff;
  transition: color 0.5s ease-in-out;
}

/* visited link */
a:visited {
  color: #800080;
}

/* mouse over link */
a:hover {
  color: #ff69b4;
  text-decoration: none;
}

.navbar {
  overflow: hidden;
  background-color: #000000;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
