/*  By Andrea Bianchi WebLink 1997 - 2006 http://www.web-link.it */

.squa {
	list-style-type: square;
	
	}

.dis {
	list-style-type: disc;
	
	}

.circ {
	list-style-type: circle;
	
	}

.loro {
	list-style-type: lower-roman;
	
	}
.upro {
	list-style-type: upper-roman;
	
	}

.loal {
	list-style-type: lower-alpha;
	
}

.upal {
	list-style-type: upper-alpha;
	
	}
	
.ima {
	list-style-image: url(bul.gif);
}
	
	.non {
	list-style-type: none;
}
	
ul.inside{
	list-style-position: inside;
}	
	
ul.outside{
	list-style-position: outside;
}		
/*  By Andrea Bianchi WebLink 1997 - 2006 http://www.web-link.it */
