/*  modifiche da fare per il css di stampa:  */
/*  .wolfango - aggiungere visibility:hidden;  */
/*  table#contenitore - modificare width : 600px;  */
/*  body: cambiare COLOR:#ffffff in nero COLOR:#000000   */



A:link {
	TEXT-DECORATION: none; 
	COLOR: #999999; 
}
A:visited {
	TEXT-DECORATION: none; 
	COLOR: #999999; 
}
A:hover {
	TEXT-DECORATION: underline; 
	COLOR: #ffffff; 
}

BODY {
	BACKGROUND-COLOR: #000000;
	margin-left: 10px;  
	margin-top: 0;  
	margin-right: 10px;  
	FONT-FAMILY:  Verdana, Arial, sans-serif;
	text-align: center;  
	COLOR: #000000;
}

.wolfango {
	position:absolute;
	top:1px;
	visibility:hidden;
}


table  {
	FONT-SIZE: 10pt;
	TEXT-ALIGN: center;
	border:none;
	width:100%;
}

table.contenitore  {
	TEXT-ALIGN: left;
	width : 600px; 
}

h1 { 
	FONT-SIZE: 18pt; 
	font-weight : bolder;	
	TEXT-ALIGN: left; 
}

h2 {
	FONT-SIZE: 12pt; 
	font-weight : bold;	
	TEXT-ALIGN: center; 
}

h3 {
	FONT-SIZE: 11pt; 
	font-weight : bold;	
	TEXT-ALIGN: right;
	margin-right:10pt;
	margin-top: 5pt;
	margin-bottom: 7pt;
	color: #CC9933;
}

P {
	FONT-SIZE: 10pt;
	TEXT-ALIGN: left;
	margin-top: 5pt;
	margin-bottom: 7pt;
}

.Stile1 {
	FONT-SIZE: 11pt; 
	color: #CC9933;
	font-weight: bold;
}

