﻿.LogoBar
{
    margin-top: 5px;
    background-color: #4492ad;
    color: #edf7f0;
}

.site-logo a
{
    color: white;
}

    .site-logo a:hover,
    .site-logo a:active
    {
        color:  #e6f3ff;
    }

.site-title
{
    color: initial;
}

    .site-title a
    {
        color: white;
    }

        .site-title a:hover,
        .site-title a:active
        {
            color:  #e6f3ff;
        }


ul#menu li a
{
    color: white;
}

    ul#menu li a:hover
    {
        color: #e6f3ff;
    }