
/* list item bullets are cool, but is there a way of having different ones
   for each indent level?
 */

/*
li {
  list-style:url("/~hudsonic/img/aquadot.gif");
  }
*/

OL { 
     /* text-indent: -1em; */
     text-indent: -0em;
   }

UL { list-style-image: url("/~hudsonic/img/aquadot.gif");
     /* text-indent: -1em; */
     text-indent: -0em;
   }

/* definition data */
dd { text-indent: -1em; }
