body {
  margin-left: 100px;
  margin-right: 100px;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}

h1 {
    color: purple;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

table.purpleHorizon {
    border: 4px solid #792396;
    background-color: #555555;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }
  table.purpleHorizon td, table.purpleHorizon th {
    border: 1px solid #555555;
    padding: 8px 4px;
  }
  table.purpleHorizon tbody td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    padding: 8px 12px;
  }
  table.purpleHorizon tr:nth-child(even) {
    background: #CC3BFC;
  }
  table.purpleHorizon thead {
    background: #792396;
    border-bottom: 4px solid #792396;
  }
  table.purpleHorizon thead th {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #792396;
  }
  table.purpleHorizon thead th:first-child {
    border-left: none;
  }

  table.purpleHorizon tfoot td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
  }
  table.purpleHorizon tfoot .links {
    text-align: right;
  }
  table.purpleHorizon tfoot .links a{
    display: inline-block;
    background: #792396;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
  td a {
    color: cyan;
  }
  td a:visited {
    color: deepskyblue;
  }
