/* Cascading Stylesheet for the Data & Satistics (DS) web applications */

/* header colors */
H1 { color:#850000; }
H2 { color:#925F2C; }
th, th a:link, th a:visited  { background-color:#990000; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark, and shadow */
.dark   { background-color:#850000; }
.light  { background-color:#925F2C; }
.shadow { background-color:#D0AD89; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-ds.gif); }
ul ul { list-style-image: url(/images/bullets/ul-ds2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-ds3.gif); }