dl
{
    clear: both;
    float: none;
    font-size: 12px;
    margin-top: 1em;
    margin-bottom: 1em;
}

dt
{
    clear: both;
    display: list-item;
    font-weight: bold;
    list-style: disc outside none;
    margin-bottom: 0.25em;
    margin-left: 20px;
    text-transform: uppercase;
    width: auto;
}

dd
{
    margin-bottom: 1.25em;
    margin-left: 20px;
    text-align: justify;
}

dd img
{
    border: 1px solid #999999;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.linkBox
{
    display: block;
    float: right;
}

.authorBox
{
    display: block;
    float: left;
    text-transform: uppercase;
}

.authorBox a
{
    color: #FF9900;
}