/* Cascading Stylesheet for the Testing & Accountability (TA) web applications */

/* header colors */
H1 { color:#663300; }
H2 { color:#6E6E6E; }
th, th a:link, th a:visited { background-color:#663300; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark, and shadow colors */
.dark   { background-color:#663300; }
.light  { background-color:#6E6E6E; }
.shadow { background-color:#CCCCCC; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-ta.gif); } 
ul ul { list-style-image: url(/images/bullets/ul-ta2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-ta3.gif); }