.liststyle {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	background-color: #F0F0F0;
	font-size: 10px;
	color: #333333;

}
