
/* because netscape 4 doesn't inherit from the body class we need to specify everything?!, gaah ... */
body, table, td, p, span, h1, h2, h3, ul, li {
    color: #1e5a12;
    font-family: Verdana, Helvetica, Arial, Univers, sans-serif;
    font-size: 11pt;
}

sidebar {
    font-size: 11pt;
}

span.comments   { font-size: 80% }
h1              { font-weight: bold; font-size: 16pt; color: #1e5a12; }
h2              { font-weight: bold; font-size: 12pt; color: #1e5a12; }
h3              { font-weight: bold; font-size: 11pt; color: #1e5a12; }

a:link   { color: #690020 }
a:active { color: #003600 }
a:hover  { color: #696040 }
a:vlink  { color: #900000 }

 /* this ought to remove the link color */
.invisible { color: #ffffff; font-size: 10% }

