ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: square;
}
ul {
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-bottom;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	padding-right: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
