/* Css per la stampa */
body {
background:#fff;
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
width:90%;
}
/* Div ID
------------------------------------------------------------*/
#contenuti {
width:100%;
background:#fff;
}
#sidebar {
position:relative;
clear:both;
font-size:9pt;
}
/* H1-6
------------------------------------------------------------*/
h1 {
font-size:14pt;
font-weight:normal;
}
#contenuti h2 {
font-size:12pt;
font-weight:normal;
}
#sidebar h2 {
font-size:10pt;
}
h3 {
font-size:10pt;
}
/* Img
------------------------------------------------------------*/
#sidebar img {
display:none;
}
/* Link
------------------------------------------------------------*/
a {
text-decoration:underline;
}
/* Nav
------------------------------------------------------------*/
#testata p.nav1,
#testata p.lingue {
display:none;
}
/* Par
------------------------------------------------------------*/
.data,
.footer {
font-size:9pt;
color:#ccc;
}
/* Altro
------------------------------------------------------------*/
hr {
display:block;
}
.nascosto {
display:none;
}