body
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 12px;
    color: #193f0e;
}

h1 
{
    font-size: 150%;
    font-weight: bold;
}

h2
{
    font-size: 125%;
    font-weight: bold;
}

h1, h2, h3, h4
{
    color: #7e2843;
}

a
{
    color: #7e2843;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#header-menu
{
    font-size: 10px;
}

.menu a
{
    color: #193f0e;
}

.menu a:hover
{
    color: #7e2843;
    text-decoration: none;
}

#main #menu ul.submenu li a 
{
    text-decoration: none;
}

#sidebar-right
{
    font-size: 14px;
    color: #fee17c;
}

    #sidebar-right h2
    {
        margin-bottom: 0.5em;
    }

    #sidebar-right a.more
    {
        font-style: italic;
        font-size: 80%;
    }

