﻿body
{
    font-weight:bold;
    color:Orange;
    background-color:#303F42;
}

caption
{
    text-align:center;
}

div.content table.border
{
    outline:#C9960C solid thin;
    text-align:left;
}

div.content td.leftCol
{
    text-align:right;
    vertical-align:top;
}

.border .link a:link, .border .link a:visited
{
    color:Orange;
    text-decoration:none;
}

.border .link a:hover
{
    background-color:Orange;
    color:White;
    text-decoration:underline;
}

.border .link a:active
{
    background-color:Orange;
    color:Blue;
    text-decoration:underline;
}

div.content
{
    float:left;
}

div.image
{
    float:right;
}