
body
{
    background-color: #483325;
    color: #FFFFFF;
}

.navigationLink
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12pt;
}

.navigationLink:hover
{
    text-decoration: none;
}

.textLink
{
    text-decoration: underline;
    color: #483325;
}

.textLink:hover
{
    text-decoration: none;
}

ul
{
    margin-top: 0px;
}

li
{
    margin-left: -10px;
}
