﻿body {
}


.footer {
    background-color: #560E19;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 15px;
}

.footercopyright {
    background-color: #000000;
    color: dimgrey;
    font-size: 12px;
    text-align: center;
    height: 40px;
    padding: 10px;
}

    .footercopyright a {
        background-color: #000000;
        color: dimgrey;
    }