@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 Arial, Gulim, Dotum, Verdana, AppleGothic, Sans-serif !important;
	color: #303030;
 	margin: 0;
	table-layout:fixed
}

/* 2. 기본 링크 */

	a:hover {text-decoration:none !important; background:#F2E7DB !important;} 
	
		}
  img { border:none;}
}