/* Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> */
html {color:#000;background:#fff;}
#header {color:#000;background:#fff;}
#body {color:#000;background:#fff;}
#content {color:#000;background:#fff;}
#content h1, #content h2, #content h3 {color:#000;background:#dd7;}
#content pre {color:#000;background:#eee;}
#sidebar {color:#000;background:#eee;}
#sidebar h1 {color:#000;background:#dd7;border-color:#fff;}
#footer {color:#000;background:#fff;}
.filetable {color:#000;background:#ccc;}
.filetable tbody {color:#000;background:#fff;}
.lt {}
.dk {color:#000;background:#eee;}
.code {color:#000;background:#ffe;}
/* overrides */
.code {border: 1px solid #000;margin:2px;color:#000;background:#ffe;}
#comments {padding:1em 1em 1em 1em;color:#000;background:#ffe;}
#comments .comment {}
/* tcl syntax */
.tcl_cmt {color:#d00;/*background:#ffe;*/}
.tcl_key {color:#00d;/*background:#ffe;*/}
.tcl_var {color:#0a0;/*background:#ffe;*/}
.tcl_str {color:#084;/*background:#ffe;*/}
