a {
    color: #fc7901;
    text-decoration: none;
}

a:hover a:focus {
    color: #fc7901;
    text-decoration: none;
}

a.navigation-link {
    color: #fc7901;
    text-decoration: none;
    text-transform:lowercase;
}

a.navigation-title {
    color: #fc7901;
    text-decoration: none;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
}

body {
    background-color:#ffffff;
}

.navigation .navigation-title {
    text-transform:lowercase;
}
