/* This is a small modification to ARPs slides style sheet, mostly
   to put space around paragraphs in lists.  This needs to be
   added called after Alan's for this to work */

/* I should probably put a fill URL her, but at least there is just
   one place that needs to change */

/* For reasons I don't understand, this import isn't happening so
   I must include alan's one first in the actual html files */
@import "slides.css";

/* Provide some leading around paragraphs in lists (explicitly contradicts
   slides.css which sets this glue to zero) */

DL P, UL P, OL P	{ margin-top: 0.2em; margin-bottom: 0.4em;
                          font-size: smaller }

/* make defined terms more distinguished */

DL DT	{ color: red; }














