<%@ page   language="java" contentType="text/html; charset=EUC-KR"   
	import="kr.idsafe.utils.HttpClient"
	
%>
	 .PT9{font-family:dotum;font-size:9pt;}
	 .PT9G{font-family:gulim;font-size:9pt;}
	 .PT9B{font-family:dotum;font-size:9pt;font-weight:bold}
	 .PT9GB{font-family:gulim;font-size:9pt;font-weight:bold}
	 .PT10{font-family:dotum;font-size:10pt;}
	 .PT10G{font-family:gulim;font-size:10pt;}
	 .PT10B{font-family:dotum;font-size:10pt;font-weight:bold}
	 .PT10GB{font-family:gulim;font-size:10pt;font-weight:bold}	 
	 .PT11G{font-family:gulim;font-size:11pt;}
	 .PT11GB{font-family:gulim;font-size:11pt;font-weight:bold}
	 .PT12G{font-family:gulim;font-size:12pt;}
	 .PT12GB{font-family:gulim;font-size:12pt;font-weight:bold}
	 .PT13G{font-family:gulim;font-size:13pt;}
	 .PT13GB{font-family:gulim;font-size:13pt;font-weight:bold}
	 .st {font-family:dotum;font-size: 11px;}	 
	 
	 caption{display: none}
<%

try {
	/*
	System.out.println(request.getParameter("img"));
	String refererPre = request.getHeader("referer");
	String useragentPre = request.getHeader("user-agent");
	String hostipPre = request.getRemoteAddr();
	HttpClient httpClient = new HttpClient("http://127.0.0.1/api/usercheck/1/veri");
	httpClient.addParam("referer", refererPre);
	httpClient.addParam("user_agent", useragentPre);
	httpClient.addParam("ip", hostipPre);	
	httpClient.doGet();*/
	
	
} catch(Exception e) {
    e.printStackTrace();
}



%>