@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 Arial, Gulim, Dotum, Verdana, AppleGothic, Sans-serif;
 	color: #303030;
 	margin: 0;
	table-layout:fixed
}
/* 2. 기본 링크 */
	a:link {
			color: #303030;
			font: 12px Trebuchet MS, Arial, 굴림, Gulim, AppleGothic, Sans-serif;
			text-decoration:none; font-weight:bold;
	}
	a:visited {
			color: #303030;
			font: 12px Trebuchet MS, Arial, 굴림, Gulim, AppleGothic, Sans-serif;
			text-decoration:none; font-weight:bold;
	}
	a:hover {text-decoration:none; background:#F2E7DB;} 
	a:active {
		text-decoration: bold;
		color : #666;

		}
  img { border:none }
}