BODY	{ font-family:sans-serif; text-align:justify}
DT	{ font-weight:bold; margin-top: 7px;}
P	{ margin-top: 8px; margin-bottom: 3px; }
LI	{ margin-top: 8px; margin-bottom: 3px; }
LI LI	{ margin-top: 6px; margin-bottom: 5px; }
LI.I	{ margin-top: 10px; margin-bottom: 3px; }
UL	{ list-style-type: disc }
OL			{ list-style-type: upper-roman; }	/* I II III IV V VI */
OL OL			{ list-style-type: upper-alpha; }	/* A B C D E etc. */
OL OL OL		{ list-style-type: decimal;     }	/* 1 2 3 4 5 etc. */
OL OL OL OL		{ list-style-type: lower-alpha; }	/* a b c d e f etc. */
OL OL OL OL OL		{ list-style-type: lower-roman; }	/* i ii iii iv v etc. */
OL OL OL OL OL OL	{ list-style-type: upper-alpha; }	/* A B C D E etc. */
