/*---------- COMMON ----------*/
ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, img { 
	margin			: 0;
	padding			: 0;
	border			: 0;
	font-size		: 1em;
	font-weight		: normal;
	text-decoration	: none;
}
ul {
	list-style		: none;
}
acronym {
	border-bottom	: 1px dotted;
	cursor			: help;	
}
.clear {
	height			: 0;
	width			: 0;
	clear			: both;
	background		: #ff0000;
}
.clearfix:after {
	width			: 0;
	height			: 0;
	content			: "."; 
	display			: block;  
	clear			: both; 
	visibility		: hidden;
}
