body {
    font-family: "Georgia";
}

.btn-primary
{
    background-color: gold;
    border-color:transparent;
    color:black;
}

#menu .active
{
    background-color: gold !important;
    color:black !important;
}