@charset "utf-8";
/* CSS Document */

body
{
visibility:hidden;
}

.print 
{
visibility:visible;
} 

.noprint 
{
visibility:hidden;
}