/* CSS per la stampa delle pagine */

#footer, #column1, #menu, #logo, #links
{
	display: none;
}

#column2
{
	font: 10pt Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	background: #FFF;
	color: #000;
}

.contenitore_laterale, head_laterale, links_laterale
{
	display: none;
}
h1
{
	font: 18pt Arial, Helvetica, sans-serif;
}

h2
{
	font: 16 Arial, Helvetica, sans-serif;
}

a
{
	background: #FFF;
	color: #999;
	font-weight: bold;
}

a[href]:after
{
	content: ' <' attr(href) '>';
	color:#000;
	font-weight:normal;
}


