.general {
	list-style-type: square;
	list-style-position: inside;
	top: auto;
	clip:  rect(auto auto auto auto);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;




}
.sqlist {
	list-style-position: outside;
	list-style-type: square;
}
