@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;	
}

.clear{
	clear:both;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear:right;
}

.border{
	border: 1px solid red;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}


a:active{
  outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}

a img{
	border: none;
}

.clear{
	clear: both;
}
