@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
}
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	color: #0050AA;
}

a:visited
{
	text-decoration: none;
	color: #0050AA;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #0050AA;
}