﻿html, body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
div
{
    text-align: center;
    line-height: 24px;
}
img
{
    border: 0px;
}
b
{
    font-size: 14px;
}
strong
{
    font-size: 14px;
}
#background
{
    background: #dc3e7f;
    text-align: right;
}
.author
{
    height: 24px;
    border-bottom: 1px solid #999;
    background: #eee;
    padding-left: 12px;
}
.author h1
{
    margin: 0px;
    padding: 0px;
    font-weight: lighter;
    font-size: 12px;
}
h2, h3
{
    display: inline;
    font-size: 12px;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}
.red{ color: #f00; }