body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: auto; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #FFFFFF;
	background-color: #000000;
} 	
#crediti a:hover {
    color: #FEE600;
}  

/*classe per credits*/
#credits  {
	height: 350px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
    
}  
#credits .testi_credits  {
	color: #009999;
	float: right;
	width: 280px;
	padding-top: 1em;
    
}  
.testi_credits h1  {
	font-size: 16px;
	color: #FF6600;
	margin: 2px;
	margin-top: 30px;
	font-weight: bold;
	font-family: "Trebuchet Ms";

    
}  
.testi_credits h2  {
	font-size: 11px;
	color : #fff;
	margin: 2px;
	font-weight: bold;
	font-family: "Trebuchet Ms";
    
} 
.testi_credits p  {
	font-size: 10px;
	color: #ffffff;
	margin: 2px;
	font-weight: bold;
	font-family: "Trebuchet Ms";
    }  

.testi_credits a:link, .testi_credits a:visited, .testi_credits a:active  {
	color: #FF6600;
	font-weight: bold;
} 

.testi_credits a:hover  {
	text-decoration: underline;
} 
 
#credits img  {
	float: left;
	padding-right: 10px;
    border : 0;
}
