@charset "utf-8";
/* CSS Document */

div {
	list-style-position: inside;
	list-style-image: url(checkmark.png);
	list-style-type: none;
}

