@import '../style.css';

#fw-head {
    background-image: url('../img/orangehead.png');
}

.fw-tertiary {
    background: #f2e5db;
    border-color: #cde8cc;
}

a, a:visited {
    text-decoration: none;
    color: #CE8946;
}

a:hover {
    text-decoration: underline;
}

.fw-title {
    color: #CE8946;
}

