/*
Titolo:	angelomonne - stampa
Autore:	giuras@gmail.com
Aggiorn.:	gen 2007
Media:	print, preview, projection, tty
*/



hr, #menu, #menucontesto, div#basso, div#validator, #salta1, #salta2, .nostampa, .menu, div.extra, div.nascosto	{
	display: none;
	visibility: hidden;
	}


body {
	margin: .6in;
	font-size: 10pt;
	}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
a:link, a:visited {
	color: gray;
	}	
a img {
	border: 0px dotted transparent;
	}	


#titolo h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}
div#piedipagina {
	margin: .6in 0;
	} 
div#contatti {
	float: left;
	margin-right: .6in;
	white-space: nowrap;
	} 
div#colophon {
	} 

	
/* print URLs after link text */
#contenuti a:link:after, #contenuti a:visited:after {
	font-style: italic;
	content: " (" attr(href) ") ";
	}
abbr, acronym {
	}
abbr:after, acronym:after	{
	content: " ("attr(title)") ";
	}