  body {
    font-family: arial; sans-serif;
    background-color: #cab47a;
  }

  table {
    background-color: #eeeeee;
    width: 100%;
    border: 1px solid;
    border-color: #575326;
    table-layout: fixed;
  }

  table td th tr[colspan="40"]{
  }

  th.blank {
    font-size: 3px;
    color: #ffffff;
  }

  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;
    height: 200px
    padding: .2em;
    text-align: center;
  }

  tr.details {
    background-color: #808080;
    font-size: 15px;
    color: white;
    height: 200px
    vertical-align: top;
    padding: .2em;
    text-align: center;
  }

  tr.details1 {
    background-color: #cdcdcd;
    font-size: 15px;
    height: 200px
    vertical-align: top;
    padding: .2em;
    text-align: center;
  }

  tr.details2 {
    background-color: #ffffff;
    font-size: 15px;
    height: 200px
    vertical-align: top;
    padding: .2em;
    text-align: center;
  }

  th.start {
    background-color: #000000;
    font-size: 25px;
    color: #ebebeb;
    height: 200px
    vertical-align: top;
    padding: .2em;
  }
  
  td {
    font-size: 15px;
    border: 0px solid #900;
    padding-left: .5em;
    padding-right: .5em;
  }

  
  tr.normal {
    text-align: center;
    font-size: 15px;
  }

  tr.justified {
    text-align: justified;
    font-size: 15px;
    background-color: #ffffff;
  }

  tr.link {
    text-align: center;
    font-size: 300px;
  }

  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.headerETT {
    background-color: #23361f;
    font-size: 40px;
    color: white;
  }

  tr.headerKCC {
    background-color: #ff8c00;
    font-size: 40px;
  }

  tr.headerKT {
    background-color: #1e90ff;
    font-size: 40px;
  }

  tr.headerKTT {
    background-color: #476f92;
    font-size: 40px;
  }

  tr.headerLTT {
    background-color: #191970;
    font-size: 40px;
    color: white;
  }

  tr.classheader {
    text-align: center;
    font-weight: 900;
    text-decoration: underline;
  }

  tr.nav {
    text-align: center;
  }

/* unvisited link */
a:link {
  color: #0000ff;
}

/* visited link */
a:visited {
  color: #800080;
}

/* mouse over link */
a:hover {
  color: #ff69b4;
}

.navbar {
  overflow: hidden;
  background-color: #000000;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}