﻿.footer {
    margin: 0 auto;
    width: 100%;
    text-align:center;
    margin-top:20px;
}
.menus {
    text-align: center;
    background: #333;
    width: 100%;
    color:white;
    padding:10px 0;
}
    .menus a {
        color: #999;
        text-decoration: none;
    }
.copyright{
    padding:10px 0;
}
    .copyright a {
        color: #353535;
    }
a {
    text-decoration: none;
}
    a:link {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }