body
{
    font-family: sans-serif;
    font-size: 0.8em;
    color: #000000;
    background-color: #CEC4AE;
    /*letter-spacing: -0.05em;
    word-spacing: 0.5em;
    line-height: 2em;
    text-align: justify;*/
}

a:hover
{
    color: #006ab1;
}

.center
{
    text-align: center;
}

a
{
    text-decoration: none;
    color: #09584A;
}

#disclaimer
{
    font-size: 0.8em;
    margin-top: 10em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    text-align: justify;
}

img
{
    border-width: 3px;
    border-style: double;
    border-color: #000;
}

#navigation
{
    float: left;
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 10em;
    border-width: 3px;
    border-style: double;
    border-color: #09584A;
    background-color: #ABD1CA;
    margin-right: 15px;
}

#content
{
    margin-left: 10em;
}

td
{
    vertical-align: top;
    margin-left: 10px;
    border-width: 1px;
    /*text-align: center;*/
}

td.thumb
{
    text-align: center;
    width: 150px;
}

ul
{
    margin-left: 0;
    padding-left: 1em;
}

li
{
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    padding: 0;
}

li.done
{
    text-decoration: line-through;
    /*list-style-type: square;*/
}

