.centent {
    margin:0px 0px;
    padding: 1.0rem 1.0rem;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

    .centent a {
        text-decoration: none;
        color: #333;
    }

        .centent a:hover {
            text-decoration: none;
            color: #fff;
        }

        .centent a:visited {
            text-decoration: none;
            color: #333;
        }

.distributor {
    padding: 1.0rem 1.0rem;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0rem;
}

    .distributor a {
        text-decoration: none;
        color: #fff;
    }

        .distributor a:hover {
            text-decoration: none;
            color: #ccc;
        }

        .distributor a:visited {
            text-decoration: none;
            color: #fff;
        }
