/** print style css
 * author: faustin L
 * date: 18-may-07
 */

body {	background:white; 
	color:black; 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin:0;}

#header {display:none}
#content {display:block}
#comments {display:block}
#commentform {display:none} /* we don't want the comment forms*/
#respond {display:none} /*we don't want the comment title "Leave a reply"*/
#sidebar {display:none} /* we don't want the sidebar*/
#footer {display:block}

