  html,
  body{
    background-color: #1A1A1A;
    color: #BFBFBF;
  }
  table.stanzas {
    border: 2px solid #efefef;
    width: 600px;
    margin: auto;
    
  }
  
  table.stanzas td {
    padding: 4px;
  }
  table.stanzas tr.even  {
    background-color: #4D4D4D;
  }
  
  h1, p {
  text-align: center;
  }
  
  #mqarchives h1,
  #mqarchives p {
    width: 600px;
    margin: auto;
  }
  
  #mqarchives h1 {
    font-weight: bold;
    font-size: 1.5em;
  }
