.bullets {
	display: inherit;
	list-style-type: circle;
	list-style-position: outside;
	cursor: hand;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px 0;
}
