﻿body 
{
    font-family:Arial;
    font-size: small;
}

.bold
{
    font-weight: bold;
}
.footer
{
    font-size: x-small;
    text-align: center;
}

a:link
{
    color:#3C68AE;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color:#D46D3C;
    font-weight: bold;
}

a:visited
{
    color:#3C68AE;
    font-weight: bold;
    text-decoration: none;
}

a:active
{
    color:#3C68AE;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color:#D46D3C;
    font-weight: bold;
}

a.menuItem:link
{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}

a.menuItem:hover
{
    color:#D46D3C;
    font-weight: bold;
}

a.menuItem:visited
{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}

a.menuItem:active
{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}

a.menuItem:hover
{
    color:#D46D3C;
    font-weight: bold;
}

