@import '../style.css';

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

.fw-tertiary {
    background: #f2d3d3;
    border-color: #e4b9b9;
}

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

a:hover {
    text-decoration: underline;
}

.fw-title {
    color: #812727;
}
