/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

body { 
	font-family:  Verdana, Arial ;
	color:#000000;
	font-size:10pt;
	}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	

	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	

	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	

	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	

	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	

	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	

	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;

	}	
		
TH	{	
	vertical-align:	baseline;
	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:White;
	font-weight:normal;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:White;
	font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:White;
	font-weight:normal;
	}	
		
A:hover	
{
	
	color:White;
	}
	
SMALL	{	
	
	}	

BIG	{	
	
	}	

BLOCKQUOTE, PRE	{	
	
	}	
	


UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	}



.titolo {
	font-size:20px;
	font-weight:bold; 
	height:40px;
	padding-left:10px; 
	color:#fc9f29;
	letter-spacing:3px;
	margin:0px;	
	width:100%;
	vertical-align:middle;
}
