﻿form .footer-cont {
    padding-top: 15px;
}
    .footer {
        clear: both;
        height: 42px; /* .push must be the same height as .footer */
        margin: 0 auto;
        text-align: center;
        color: dimgray;
        font-size: 14px;
    }
.footer a {
    font-size: 14px;
    font-family: tahoma;
    color: #0066cc;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p {
    font-size: 14px;
}