
/* A basic color scheme. */

/* Created treebare.gif, leafless tree.gif, stick, for use with this scheme. */

/*
Because of Opera, we set hr's color, background-color
and border-color, and all to the same value.
*/

/*
In this scheme, we intentionally used different colors for highlights
and lines and such.
*/

/* Traditional defaults: link = blue, active = red, visited = purple */
/* IE quirk: active color sticks much longer than it should,
   so I'll make active (was lime (which is hard to read on some of
   my backgrounds, but that's what I wanted before the stickiness))
   same as hover. (I think it's really only apparent when you're using
   multiple windows; source window thinks new one is active until
   another one is made active in the source window.) */
a:link { color: blue }
a:visited { color: #F3F }
a:active { color: #EEAD0E }
a:hover { color: #3C3 }

.bgcolor, body { background-color: white }
.fgcolor, body { color: green }
.hicolor, h1, h2, h3, h4, h5, h6 { color: #F90 }

h1, h2, h3, h4, h5, h6 { background-color: transparent }

hr { background-color: #930; color: #930 }

hr, .boxed, .livatabelo, .dekstratabelo { border-color: #930 }

.livatabelo, .dekstratabelo { background-color: #F0F0F0 }

div.msgheader { color: navy }
div.msgquoted { color: gray }

