
    a:link {
        color: rgb(204, 197, 197);
        background-color: transparent;
        text-decoration: none;
    }

    a:visited {
        color: rgb(204, 197, 197);
        background-color: transparent;
        text-decoration: none;
    }

    a:hover {
        color: rgb(204, 197, 197);
        background-color: transparent;
        text-decoration: underline;
    }

    a:active {
        color: rgb(204, 197, 197);
        background-color: transparent;
        text-decoration: underline;
    }

    .footer {
        background: #a84032;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
    }    
