@charset "utf-8";
/*
 [dummy.css]
 Copyright (C) 2001 Business Architects Inc.
 http://www.b-architects.com/
*/

/* This is a scheme over the bug of MSIE 3 or something. */

@media print {

body {font-family:sans-serif;}
#navigation, #footzone, #top, #footer{display:none;}
#middle .comment2 .left{width:95%; border: none; clear:both;}
#middle .comment2 .right{display:none;width:0px;}
.print_inf{display:none;}

/*#middle .comment .left{width:95%; border: none; clear:both;}
#middle .comment .flash{display:none; padding:0;}
#middle .comment .right{display:none;width:0px;}*/
}

