#header {
    font-size: 14px;
    font-family: arial;
  }
  #home {
    font: italic small-caps 400 16px arial;
    #pic {
      border-radius: 20px;
    }
  }
  h2 {
    font-size: 25px;
    color: white;
  }
  table tr td {
    color: white;
    padding-right: 40px;
  }
  span {
    font: italic small-caps 800 28px arial;
    color: #ff9900;
  }
  
  a {
    color: white;
    text-decoration: none;
  }
  
  
  .button-18:hover,
  .button-18:focus {
    background-color: #16437e;
    color: #ffffff;
  }
  
  .button-18:active {
    background: #09223b;
    color: rgb(255, 255, 255, 0.7);
  }
  
  .button-18:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3);
  }
  
  div {
    text-align: center;
  }
  