h4.comments
{
    margin: 4px 0px 8px 0px;
    border-top: 1px solid green;
}

div.comments-link
{
    margin-top: 3em;
}

div.comments-link ul
{
    display: inline;
    list-style: none;
}

div.comments-link ul  li
{
    display: inline;

    float: left;

    margin-right: 3em;
}

div.comment
{
    margin-top: 4px;
}

h5.comment-heading
{
    font-family: "Bitstream Vera Serif", serif;
    margin: 2px 0px 0px 0px;
}

div.comment p
{
    font-size: 90%;
}