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

#story li {
	display: list-item;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: square;
}
