table.BlogTable
{
    border: solid 1px black;
    width: 100%;
}
td.BlogHeader
{
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: arial;
    font-size: small;
    width: 100%;

}
td.BlogBody
{
    font-family: arial;
    font-size: x-small;
    width: 100%;
    vertical-align: top;
    padding: 10px;
}
.PostedText
{
    font-family: arial;
    font-size: x-small;
    font-style: italic;
    color: #666666;
}

