@charset "euc-kr";
.text {
	font-family: "굴림";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link {
	font-family: "굴림";
	font-size: 9pt;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: "굴림";
	font-size: 9pt;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "굴림";
	font-size: 9pt;
	line-height: 18px;
	color: #006666;
	text-decoration: none;
}
a:active {
	font-family: "굴림";
	font-size: 9pt;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
