BODY, HTML
{
    font-family: Arial;
    font-size: 11px;
    color: #222222;
    background-color: #222222;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    min-width: 950px;
    min-height: 500px;
}

A
{
    color: #222222;
}

DIV.mainLogo
{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

DIV.mainBody
{
    width: 900px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

DIV.bottomPageLink
{
    min-width: 100px;
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 3px;
    color: #DDDDFF; 
    text-align: center;
}

TR.postTopBGColor
{
    background-color: #444444;
}

TR.postBottomBGColor
{
    background-color: #888888;
}

TD.postTopPostedBy, TD.postTopPostedOn
{
    border-bottom: 1px solid #DDDDDD; 
    text-align: center; 
    color: #FFFFFF;
}

TD.postTopTitle
{
    border-bottom: 1px solid #DDDDDD; 
    text-align: center; 
    font-weight: bold; 
    font-size: 15px; 
    color: #FFFFFF; 
    padding-bottom: 1px;
}

TD.postContent
{
    background-color: #CCCCCC; 
    padding-left: 3px; 
    padding-right: 3px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    text-align: left;
}

TD.postBottomComment
{
    border-top: 1px solid #DDDDDD; 
    font-weight: bold; 
    font-size: 11px; 
    color: #FFFFFF;
}

TD.tableTop
{
    text-align:center;
    font-size: 15px;
    padding-bottom: 1px;
    font-weight: bold;
    background-color: #444444;
    color: #FFFFFF;
}

TD.tableContent
{
    text-align:left;
    background-color: #CCCCCC;
    padding-bottom: 10px;
}

TD.tableBottom
{
    background-color: #888888;
}

DIV.affiliate, DIV.affiliateTop
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 468px;
}

DIV.affiliateTop
{
    margin-top: 10px;
}

DIV.author
{
    width: 100%;
    text-align: center;
    background-color: #222222;
    font-size: 9px;
    color: #777777;
    margin-top: 8px;
}

TD.projectHeader
{
    font-size: 13px;
    font-weight: bold;
    background-color: #777777;
}

TD.projectContent
{
    background-color: #AAAAAA;

