/* Enter Your Custom CSS Here */
a {
    color: #000099;
    text-decoration: none;
}


.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000099;
}

.site-title a, .site-title a:hover {
    color: #333;
    font-family: didot, sans-serif;
    font-weight: bold;
}

.entry-title {
    font-size: 36px;
    font-family: didot;
}

.nav-primary {
    background-color: #999999;
    border-bottom: 1px solid #7f7f7f;
}
