/* 
    Document   : isit_print
    Created on : 22-set-2011, 21.58.16
    Author     : miogo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@media print {
.art-bar, .colonna, .nostampa, .noprint {
    display: none;
}

}