/* Cascading Stylesheet for Generic web applications */

/* header colors */
h1 { color:#990033; }
h2 { color:#000000; }
th, th a:link, th a:visited { background-color:#990033; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark and shadow colors */
.dark   { background-color:#000066; }
.light  { background-color:#6699CC; }
.shadow { background-color:#DDEEFF; }

