/* CSS - regole per la stampa */
#sfondo,#barra,#preferiti,#sezione,#piede,#orario,#contatore {
	display: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #FFFFFF;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
/* per scrivere la destinazione del collegamento
a:after {
   content: '(' attr(href) ') ';
   font-size: 90%;
}
*/
p {
	text-align: justify;
}
ul { /*non funge!*/
	list-style-image: none;
	list-style-type: square;
}
#pagina { /*non funge!*/
	background-image: url(../images/stampa.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#pagina h1, h2 {
	color: #cccccc;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	padding-left: 5px;
	margin-left: 0px;
	padding-bottom: 1px;
}
#pagina h1,h2 {
	font-size: medium;
}
#pagina h3 {
	font-size: large;
}
.apice {
	font-size: x-small;
	vertical-align: text-top;
}
.pedice {
	font-size: x-small;
	vertical-align: text-bottom;
}
pre {
	background-color: #CCCCCC;
	border: 1px dashed #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	width: 95%;
	overflow-x:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
th {
	text-align: center;
}

