/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* donjon/screen.css
 *
 * copyright (c) 2009 drow <drow@bin.sh>
 * all rights reserved.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* structure */

body { background: #000000; }
table.body { background: #FFFFFF; }
th.header { background: #000000; color: #FFFFFF; }
th.header a { color: #FFFFFF; }
td.nav { background: #DEDEDE; }
td.footer { background: #000000; color: #FFFFFF; }
p.copyright a { color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

