FOOTER {
    color: #aaa;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.15em;
    text-align: center;
    margin: 2em auto;
    max-width: 760px;
    }

    FOOTER P {
        margin: 1em 0;
        }

    FOOTER A {
        color: #999;
        text-decoration: none;
        }

    FOOTER A:hover {
        color: #888;
        text-decoration: underline;
        }

@media screen and (max-width: 760px) {

FOOTER { margin: 2em 10px; }

}