/* CSS QUEM CONFIGURA A PÁGINA DE IMPRESSÃO */
.some
{
display:none;
height:1px;
}
.printonly
{
	display: block;
}
