@charset "euc-kr";
/* ????초기??*/

/* ?소(element) ?백 초기?? */
* {
	margin:0;
	padding:0;
	}
a {color: #868585; text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none;}
a:action {text-decoration: none;}

/* ?목?소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
	} 

/* ?두??애?*/
fieldset, img, abbr,acronym { 
	border:0 none; 
	} 

/* 목록 불릿 ?애?*/
ol, ul { list-style:none; }

/* ?이?- 마크?에 'cellspacing="0"' 지???께 ?요 */
table {
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	text-align:left;
	font-weight: normal;
	}

/* ?스??관???소 초기??*/
address, caption, em {
	font-weight:normal;
	font-style:normal;
	}

/* ?평??/
hr {display: none; }


