.footer {
    width: 100%;
    background-color: #fff;
    color: #006;
    border-top: 1px solid #006;
    font-size: 11px;
    text-align: center;
    padding: 2px 1px 0 0;
    clear: both;
}
a:hover {
    background-color: #fff;
    color: #006bad;
    text-decoration: underline;
}
html, body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 15px;
}