@charset "utf-8";
/* CSS Document */

p.testo{
	color: #000000;
}

p.testo:first-letter {
	color: #0066FF;
	font-weight: bold;
}

.Stile2 {
	font-family: Lucida Handwriting, Arial;
	color: #FF0000;
	font-weight: bold;
}
