p {
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffed24;
    margin-bottom: .3em;
    text-decoration: none;
  }

  a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #ffed24;
  }

  h2 {text-align: left;
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffed24;
    margin-bottom: .3em;
    text-decoration: none;}

  h3 {text-align: left;
      font-size: 2em;
      font-family: Arial, Helvetica, sans-serif;
      color: #ffed24;
      margin-bottom: .3em;
      text-decoration: none;}

  ul {
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffed24;
    margin-bottom: .3em;
    text-decoration: none;
  }

  li {
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffed24;
    margin-bottom: .3em;
    text-decoration: none;
  }

  body {
    background-color: #444444;
  }
  
  table {
    margin: .0em;
  }
  
  th {
    padding: .2em;
  }
  
  td {
    padding-left: .0em;
    padding-right: .0em;
  }
  
  .centerCell {
    text-align: center;
  }