#blog_entry .summary {
    font-style:italic;
    font-weight:bold;
    text-align:center;
}
#blog_entry .footer {
    float:right;
}

#blog_comments {
    clear:both;
}
#blog_comments td.author {
    border:thin solid black;
    text-align:left;
    width:1%;
    white-space:nowrap;
}
#blog_comments td.body {
    background-color:white;
    border:thin solid black;
}
#blog_comments .timestamp {
    float:left;
}
#blog_comments hr {
    clear:both;
}

