@import '../style.css';

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

.fw-tertiary {
    background: #C5CCE8;
    border-color: #B4BBDA;
}

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

a:hover {
    text-decoration: underline;
}

.fw-title {
    color: #405869;
}

