@import url("*.css");
/* 텍스트 스타일 */
body, td   		{
	font-size :12px;
	font-family:"NanumGothic";
	color: #6B5E5E;
}

body a:link    	{ color:#506180; text-decoration:none; }
body a:visited 	{ color:#2E4F75; text-decoration:none; }
body a:active  	{ color:#506180; text-decoration:none; }
body a:hover   	{
	text-decoration:underline;
	text-align: left;
}
a:link {
	font-family: "NanumGothic";
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
a:visited {
	font-family: "NanumGothic";
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
a:hover {
	font-family: "NanumGothic";
	font-size: 12px;
	color: #63B621;
	text-decoration: none;
}
a:active {
	font-family: "NanumGothic";
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
