/* style sheet demonstrating the list-style-image property */

body {background-color: #ffffff; }

ul {list-style-image: url("basic-web-html-08-images-bulletpoint.gif");}
li {marker-offset:20px;}
