BODY { background-color: #EBF6F4; }
BODY, TD, INPUT, SELECT, TEXTAREA { color: #78ABA1; }
DIV.titlebar {
    padding: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #78ABA1;
    background-color: #C7E6E0;
}

DIV.subtitlebar {
    padding: 10px;
    color: #78ABA1;
    background-color: #C7E6E0;
}

A {
    text-decoration: none;
    color: #5DA3A3;
}

A:hover {
    text-decoration: none;
    color: #2F7878;
}
