﻿@media print {

body
{
	font: Arial, san-serif;
	color: #000;
	background-color: #fff;
	font-size: 0.7em;
}

#fullheader
{
	height: 0px;
	background-color: #000A5C;
	padding: 0px;
	display: none;
}


#footer
{
	height: 0px;
	display: none;	    
    }
    
    .printcomment
    {
         visibility:hidden;
        }

#showarticleaspage
{
    width: 600px;
    }        

}
