ul.lista-bairros {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0px;
}
h1.titulo-page {
    font-size: 24px;
    font-weight: 700;
}

h2.cidade {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
li.link a {
    color: #154897;
    font-weight: 300;
    display: block;
    line-height: 30px;
}