Styles used in this example:
body {background-color: white;}
ul#one {list-style-type: disc;}
ul#two {list-style-type: circle;}
ul#three {list-style-type: square;}
ol#four {list-style-type: decimal;}
ol#five {list-style-type: decimal-leading-zero;}
ol#six {list-style-type: upper-roman;}
ol#seven {list-style-type: upper-alpha;}
ul#eight {list-style-image: url('images/smball.gif');}
ul#nine {list-style-position: inside;}
ul#ten {list-style-position: outside;}