/* ================================
    CSS STYLES
   ================================
*/   

.Logo
{
    font-family: Tahoma;
    font-size: 26pt;
    font-weight: bold;
    color: #8b4513;
}

.HeadContent
{
    font-family: Tahoma;
    font-size: small;
}

A:link
{
    color: #8b4513;
    text-decoration: underline;
}

A:visited   
{
    color: #8b4513;
    text-decoration: underline;
}

A:active    
{
    color: #8b4513;
    text-decoration: underline;
}

A:hover
{
    color: #003399;
    text-decoration: underline;
}
