/*

This cascading style sheet is property of stinkweasel.net.
You are welcome to look at it for ideas, etc, but please understand
that the "look and feel" of stinkweasel.net is unique.  Please do
not copy it and use it for other sites - in other words, don't make
us unleash the rabid weasels on you.

Not that there is anything astonishing, cool, or even skillful in this
stylesheet...

*/


/* Table headers (TH) */
/* Background light green, italic text */
TH		{ background: #aeefb8; font-style: italic }
TH.blank	{ background: #ffffff }

/* Table data (TD) */
/* Background light grey */
TD		{ background: #ffffff }
TD.review	{ background: #dddddd }
TD.new		{ background: #c6c697 }

/* Links (A) */
/* No underlines or anything, other than that, let the browser decide */
A:link		{ text-decoration: none }
A:visited	{ text-decoration: none }


