/* Cascading Stylesheet for the Curriculum & Instruction (CI) web applications */

/* header colors */
H1 { color:#000099; }
H2 { color:#3E71A4; }
th, th a:link, th a:visited { background-color:#003399; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark, and shadow */
.dark   { background-color:#000099; }
.light  { background-color:#3E71A4; }
.shadow { background-color:#A4C4E2; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-ci.gif); } 
ul ul { list-style-image: url(/images/bullets/ul-ci2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-ci3.gif); }