/* {{{ global */
html {
    background: #1c2c60;
}
/* }}} */
/* {{{ background */
#backcolor {
    background: #ebeaf2;
}
/* }}} */
/* {{{ content */
#content p, #content table, #content h3, #content address {
    color: #ffffff;
}
#content a {
    color: #ebeaf2;
    text-decoration: none;
}
#content a:hover {
    color: #C10D32;
    text-decoration: underline;
}
/* }}} */
/* {{{ navigation */
#navigation {
    background: url(../grfx/all/border.gif) left bottom repeat-x;
}
#navigation a {
    color: #afacc7;
}
#navigation:hover a {
    color: #272950;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

