body
{
    background-color: #263724;
    color: #baa667;
}

a:link      { text-decoration: none; font-weight: bold; color: #e5d9b1; }
a:visited   { text-decoration: none; font-weight: bold; color: #dcc889; }
a:hover     { text-decoration: none; font-weight: bold; color: #e7dfd2; }

a.ext:link {
    text-decoration: none;
    font-weight: bold;
    color: #e5d9b1;
    background: url(/images/ext.png) center right no-repeat;
    padding-right: 13px;}
a.ext:visited {
    text-decoration: none;
    font-weight: bold;
    color: #dcc889;
    background: url(/images/ext.png) center right no-repeat;
    padding-right: 13px;}
a.ext:hover {
    text-decoration: none;
    font-weight: bold;
    color: #e7dfd2;
    background: url(/images/ext.png) center right no-repeat;
    padding-right: 13px;}

td.title
{
    color: #8d8056;
}

font.date
{
    color: #222200;
    font-size: 80%;
    font-style: italic;
}

font.title
{
    font-size: 150%;
    font-weight: bold;
}

font.titlebig
{
    font-size: 200%;
    font-weight: bold;
}

td.nav
{
    padding-right: 20px;
    vertical-align: top;
    width: 175px;
}

td.main
{
    border: solid #3f573d 10px;
    background-color: #9d8e63;
    color: #000000;
    padding: 20px;
    vertical-align: top;
}

table.hole
{
    border: solid #3f573d 10px;
    background-color: #263724;
    color: #baa667;
    padding: 20px;
    vertical-align: top;
}

td.hole
{
    border: solid #3f573d 5px;
    padding: 10px;
    vertical-align: top;
}

img.hr
{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

td.foot
{
    padding-top: 20px;
    font-size: 60%;
    text-align: center;
}

