Parameters

((Unbulleted list)) produces a list by creating, in effect, the following HTML structure:

                                        Affected by:
<div>                                   [class, style]
 <ul>                  [or <ol>, etc]   [list_style, item_style]
  <li> (({1))} </li>                    [item1_style]
  <li> (({2))} </li>                    [item2_style]
  ...
  <li> (({N))} </li>                    [itemN_style]
 </ul>
</div>