@charset "utf-8";
/* CSS Document */

body
{
font-family:"Times New Roman", Times, serif;
font-size: 10pt;
}
#banner
{
height:150px;
background-image: url(img/logo_stampa.jpg);
background-position: top center;
background-repeat:no-repeat;
}

.no_stamp, #menu, #sottotitolo, #footer { display: none; }
#content{
padding: 10mm;
}
a:link, a:visited {
font-weight:bold;
text-decoration: underline;
color:#009;
}