.noprint {display: none;}

.print {display: inline; }

body {
     width:100%; 
     margin: 0; 
     padding: 0; 
     border: 0;
}


html, body, div, p, td, th, a, a:link, a:visited, ul, li, h1, h2, h3, h4, h5, h6, em { 
  color : #000000; 
  background : #ffffff; 
  font-family: "Times New Roman", serif;  
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

div#nav, div#footer, #content3, p.reply  {display: none;  }

   #content, #content1, #content2  { 
     float : none;
     width : 90%; 
     overflow : visible; 
     padding : 0 5%; } 
     
li.reply  {margin-left:2em; padding:1em; font:bold italic; color:#555555; }