#dates {
    list-style-type: none;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
}

#dates li {
    float: left;
    margin-right: 20px;
}

#dates a {
    text-decoration: none;
    cursor: pointer;
}

#dates a:hover {
    text-decoration: underline;
}