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

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

