    a {
        color: #ffff66;
    }

    body {
        background-color: #4DD0E1;
        background-image: url('../images/site_graphics/backgrounds/main_bg.jpg');
        font-family: "Trebuchet MS", Verdana, sans-serif !important;
    }

    .c1 {
        background-color: #4A794C;
        color: white;
        display: flex;
        font-family: "Trebuchet MS", Verdana, sans-serif !important;
        justify-content: center;
    }

    .c2 {
        font-family: "Trebuchet MS", Verdana, sans-serif !important;
        width: 80%;
    }

    .c3 {
        background-color: #4A794C;
        color: white;
        font-family: "Trebuchet MS", Verdana, sans-serif !important;
    }

    .h1 {
        align-items: center;
        background-image: url('../images/site_graphics/headers/paisley_blue_header.jpg');
        background-repeat: repeat-x;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 100%;
    }

    .h2 {
        background-color: white;
        border: 2px solid black;
        border-color: black;
        color: black;
        height: 70%;
        font-size: 25px;
        text-align: center;
        width: 65%;
    }