/*------------------------------------------
	stylesheets per: AOSTASERA.IT, v. 1.0
	uri: http://www.aostasera.it
	- CCS per la stampa
------------------------------------------*/

html, main, wrapper, container { 
	width: 100%; 
}

html, body, div, p, table, tr, td, h1, h2, h3, a, span { 
	font: 12pt Arial, Helvetica, sans-serif; 
	color: #000; 
}

body { 
	background: #fff; 
	text-align: left; 
}

h1, h2, h3 { 
	font-family: Georgia, Garamond, 'Times New Roman', serif;
}

h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }

a:link, a:visited  { 
	font-weight: bold; 
	text-decoration: underline; 
}

#header, #footer, #colonna-cx, #colonna-dx, #footer, #barra-data, #occhiello, #tools { 
	display: none; 
}

#colonna-sx { width: 100% }

#logo-stampa {
	display: block;
	width: 200px;
	height: 44px;
	margin-bottom: 20px;
}

#articolo  { width: 600px; } /* per ie6 */
html>body #articolo  { width: 100%; } /* per gli altri browser */