@CHARSET "UTF-8";

.userListSmall {
	display: inline;
	float: left;
 
	list-style-type: none; /* disc, circle, square  */
	margin-top: 20px;
	amargin-bottom: 29px;
}

.userListDisc {
	list-style-type: disc;
}

.userListCircle {
	list-style-type: circle;
}

.userListFirst {
	clear: both;
	width: 300px;
}

.userListItemFormat {
	font-weight: bold;
	text-decoration: underline;
	text-transform: lowercase;
	font-style: italic;
	font-family: Arial;
}

.userListNum {
	list-style-type: decimal;
}

.userListLatin {
	list-style-type: lower-latin;
}
