#posts {
    margin-top: 2em;
    line-height: 1.75em;
}

#posts a {
    text-decoration: none;
    color: #000000;
    padding-bottom: 2px;
}

#posts a:hover {
    color: #FF3366;
    border-color: #999999;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
}

#posts .post-date {
    width: 12em;
    font-size: 0.8em;
    vertical-align: middle;
    float: left;
    text-align: right;
    color: #999999;
    padding-right: 10px;
}

#posts .post-title {
    text-align: left;
}