    body {background-color: white;  
          margin: 36px, 36px, 31px;}
    h1   {color: #be1e2d;
          font-size: 32px;
          font-family: "Majesti Banner", serif;}
    h4   {color: white;
          font-size: 4px;
          font-family: "Majesti Banner", serif;}
    p    {color: #41393d;
          font-size: 16px;
          font-family: "Athelas", serif;}
    
    ul {
    border-left: 5px #be1e2d;
    list-style-type: none;
    padding: 10px 20px;}

    li a:hover:not(.active) {background-color: #be1e2d;}
    
    .footer {
        position: relative;
        height: 75px;
        width: 100%;
        background-color: #41393d;
        }

    p.footer {
        position: absolute;
        width: 100%;
        color: #fff;
        line-height: 18px;
        font-size: 16px;
        text-align: center;
        bottom:0;
        }
    table {
    border: none;
    width: 75%}
    th, td {
    text-align: center;
    font-family: "Athelas", serif;
    font-size: 16px;
    color: white;
    padding: 5px
    }