/*숨김요소*/
legend{
	position:absolute;
	overflow:hidden;	
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}


*{margin:0; padding:0;}
li{list-style:none;}
e{text-decoration:none;}


a{ text-decoration:none; }

/*테투리 없애기 위해*/
fieldset, img, abbr, acronym { border:0 none; } 



