﻿/* 인쇄시 필요없는 부분 */
#header, 
#comment, 
#sidebar, 
#footer	{ display: none;}

/* 출력할 부분 */
body	{
	color:#555; 
	font:9pt "NanumGothic", "Gulim", "AppleGothic", Sans-serif; 
	line-height:150%;
}

.article p a:after	{
	content: "("attr(href)") ";
}

.article img	{ max-width:100%;}

.article pre	{
	white-space: pre-wrap;
}
