

ol, ul {
	list-style: none;
}

img 
{
    border:none;
	border-style: none; 
}

a  
{
    text-decoration:none;
}

*:focus {
	outline: 0; 
}

.cleardiv{
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}