/* CSS foglio di stile per le biografie dei cantanti */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nomecantante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;
	text-align: justify;
}

#divtesto {
	width:500px;
	padding: 20px 20px 20px 20px;
	background: url("images/sfondoschedacantante.jpg") #f8f7e5 no-repeat right bottom; 

}

#fotoincorniciata {
    float:right;
	padding-left: 30px;
} 

P {
	MARGIN: 0px 0px 2em;
	text-align:justify;
	FONT: 100%/1.6 Verdana, Arial, Helvetica, sans-serif;
	COLOR: #444;
}
P:first-letter {
	FLOAT: left; 
	FONT: bold 50px/35px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #ddd;
}

