h1,h2,h3,h4,h5,h6{
    margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

body{
	margin: 0;
	padding: 0;
}

a{
	outline: none;
 	text-decoration: none;
}

:focus
{
  	-moz-outline-style: none;
}

img{
	border: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clearboth{
	clear: both;
}

.hidden{
	display: none;
}
