/* Foglio di Stile : se_stile.css */ 


/* ================  Note Annie ======================== */ 
/* Last Update : 05.12.2008                              */ 
/* viola per bordercolor="#9999FF" oppure cornflowerblue */ 
/* ================  Note Annie ======================== */ 


body {
	color			      	: #000 ;
	font-family 			: verdana, tahoma, sans-serif ; 
        font-face			: verdana, tahoma, sans-serif ; 
	font-size		        : 12px		;
        font-weight		        : normal	;
	background-image             	: URL("image/sesfobody.jpg") ;
        align                  		: center	; 
}






table { 
	/* color		       	: white			; */
	align                  	: left		; 
	font-face              	: verdana, tahoma,  sans-serif ; 
	font-size              	: 12px	;
        font-weight            	: normal;
	background-image	: URL("image/sesfotable.jpg");
}




.testata_tabella {
       	
   	color	   		: white		;
   	background-color	: #ee2c2c 		; 
/*	background-image	: URL("image/sesfobody.jpg");*/ 
   	align	   		: center	;
   	font-face       	: verdana, tahoma,  sans-serif ; 
   	font-size	   	: 14px		;
	font-weight            	: bold		;

}



/* ============ Intestazione Sopra e Sinistra =========== */ 

.testata_menu {
       	
        color			: white		;
	align			: center; 
	font-face       	: verdana, tahoma,  sans-serif ; 
	font-size		: 12px		;
        font-weight		: bold		;
	background-image	: URL("image/sesfobody.jpg")	;
}



.testata_tabella_corpo {
       	
   	color	   		: white		;
   	background-color	: #ee2c2c 		; 
/*	background-image	: URL("image/sesfobody.jpg");*/ 
   	align	   		: center	;
   	font-face      	 	: verdana, tahoma, sans-serif ; 
   	font-size	   	: 12px		;
   	font-weight	   	: bold		;

}


.tabella_corpo {
       	
   color	   : black  ;
   align	   : left	;
   font-face       : verdana, tahoma, sans-serif ; 
   font-size	   : 12px		;
   font-weight	   : normal 	;


}


.tabella_corpo_interlinea {
       	
   background-image: URL("image/sesfotable.jpg") ;
   align	   : left	;
   font-face       : verdana, tahoma, sans-serif ; 
   font-size	   : 11px		;
   font-weight	   : normal 	;

}

.corpo_menu {
       	
        color			: white		;
	align			: center	; 
	font-face       	: verdana, tahoma,  sans-serif ; 
	font-size		: 12px		;
        font-weight		: bold		;
	background-image	: URL("image/sesfobody.jpg")	;
}


/* ====================  Stile link tabella ====================  */ 

/*Link da visitare: non sottolineati di colore bianco = */ 
a:link {
	color 		: red	;
	text-decoration	: underscore; 
	} 


/*Link visitati: non sottolineati di colore bianco = */ 
a:visited
	{
	color 		: red	;
	text-decoration	: none	; 
	} 


a:hover {
        color		: white		;
        background-color: red		;
        text-decoration : none		; 
	}










