	function printstyleLayer(){
	document.writeln("<!-- ½ºÅ¸ÀÏ ÀÎÅ¬·çµå -->");
	
	document.writeln("<style> ");
document.writeln(" A:link, A:active, A:visited { ");
document.writeln(" font-size: 10pt; ");
document.writeln(" color: #5B5B5B;");
document.writeln(" text-decoration: none; ");
document.writeln(" } ");
document.writeln(" A:hover { ");
document.writeln(" font-size: 10pt; ");
document.writeln(" color: #3085D5; ");
document.writeln(" text-decoration: none; ");
document.writeln(" } ");
document.writeln(" TD { "); 
document.writeln(" font-family: µ¸¿ò; ");
document.writeln(" font-size: 10pt; ");
document.writeln(" color:  #5B5B5B; "); 
document.writeln(" line-height:1.2; ");

document.writeln(" } "); 
document.writeln(" body { ");
document.writeln(" font-family: µ¸¿ò; ");
document.writeln(" font-size: 10pt; "); 
document.writeln(" color: black; ");

document.writeln(" } ");
document.writeln(" </style> ");


}