.body_alt {
    background: rgb(43, 40, 40);
    font-family: Arial, Helvetica, sans-serif;
  }
  #center_xl {
    width: 90%;
    margin: 0 auto;
  }
  .header_text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(172, 172, 172);
  }

  .header2_text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: rgb(172, 172, 172);
  }
  
  .title_text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(64, 169, 255);
  }

  .text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: rgb(200, 200, 200);
  }
  .kbd { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    background-color: rgb(230, 230, 230);
    color: rgb(0, 0, 0);
  }
#dtable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: rgb(199, 199, 199);

    border-collapse: collapse;
    width: 75%;
  }
  
  #dtable td, #dtable th {
    border: 0px;
    padding: 4px;
  }
  
  #dtable th {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-color: rgb(37, 60, 110);
    color: white;
  }

  #lntable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /* color: rgb(199, 199, 199); */
    border: 1px solid rgb(112, 112, 112);
    border-collapse: collapse;
    width: 800px;
  }
  
  #lntable tr {
    border: 1px solid rgb(112, 112, 112);
    padding: 4px;
  }

  #lntable td, #lntable th {
    border: 1px;
    padding: 8px;
  }
  
  #lntable th {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-color: rgb(31, 38, 48);
    color: white;
  }