.listing {
    list-style: none;
}

.listing li.item {
    border-bottom: 2px dotted;
}

.listing li:last-child {
    border-bottom: none;
}

.listing_link {
    text-decoration: none;
    overflow: hidden;
    font-size: 1.2em;
}

.menu_link {
    text-decoration: none;
    text-align: center;
    border-bottom: 2px dotted;
    font-size: 1.2em;
}

