/* STILE CORPO DEL TESTO E LINK */
BODY {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a { 
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

/* PARTI DELLA PAGINA CHE NON DEVONO ESSERE STAMPATE */
.noprint {display: none;}

/* STAMPA INTESTAZIONE */
.intprint {display: block;}
