﻿
	OL.numeriromani { list-style-type: lower-roman }

	OL.lettereminuscole
	{
		 list-style-type:lower-alpha;
	}
	OL.numeriarabi
	{
		 list-style-type:decimal;
	}
	OL.circle
	{
		 list-style-type:circle;
		
	}
	OL.disc
	{
		 list-style-type:disc
		
	}
	
	OL.square
	{
		 list-style-type:square;
		 
		
	}
	
OL.bullet { 
list-style-image: url(images/bullet.gif);
 
}

