/* 
foglio di stile principale per i testi di scoutnet  
*/

body {  
/*background-image: url(../img/bpsfondo.gif);*/
	background-color: #fefefe;
	margin-left: 3%; 
	margin-right: 2%; 
	font-family: verdana,arial,sans-serif; 
	line-height : 125%; 
	text-align : justify ;
	}

a:hover {  
	background-color: #EEEEEE
	}

pre { 
	font-family: monospace; 
	}

H1   /*  titolone iniziale  */
{
	color: #aa0000 ;
	font-family : 'Times New Roman', Times, serif ;
	font-size : 2em;
/*  va centrato a mano	text-align : center; */
	letter-spacing : 1px;
	word-spacing : 2px;
	line-height: normal ;
	}
H2 /* .titolo */
	{
	font-family : 'Times New Roman', Times, serif;
	font-size : 1.8em;
	font-weight : normal;
	font-variant : normal;
	line-height: normal ;
/*  color: */
/* background-color : #BBCCDD; */
	}
H3  /*  .titoletto  */
{
	font-family : 'Times New Roman', Times, serif;
	font-size : 1.2em;
	color : #008800;
	font-style : normal;
	line-height: normal ;
	}
H4 /*  item o parte di testo da evidenziare */
{
	background-color : #bbccdd;
	font-family : 'Times New Roman', Times, serif;
	font-size : 1.1em;
	font-weight : normal;
	line-height: normal ;
}
H5 /*  utilizzato come commento  */
{
	font-family : 'Times New Roman', Times, serif;
	font-size : 90% ;
	font-style: italic;
	color : #0000aa;
	line-height: normal ;
}
H6 {
	font-family : 'Times New Roman', Times, serif;
	font-size : 85% ;
	font-weight : normal;
	line-height: normal ;
}


.titolo {
	text-align: center;
	font-family: tahoma, Arial, Helvetica,sans-serif;
	font-size: 2em;
	color: #000000;
	/*background-color: #008000;
	*/
	font-weight: bold;
	/* white-space : pre; */
	line-height: normal ;
}
.sottotitolo {
	text-align: center;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #0000FF;
	font-variant: normal;
	text-decoration: none;
}
.commento {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	text-transform : none;
	font-style : italic;
}
.programscn {
	font-family:  Courier, Arial,sans-serif ;
	font-size: 10pt;
	color: #0000FF;
	white-space : pre;
}
.testo {
font-family: Comic sans ms, Arial,sans-serif; 
font-size: 12pt;
color: #000000;
}
.tabella {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
background-color: #EEEEEE;
margin-top: 0px; 
margin-bottom: 0px; 
text-align: justify
}


