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;
}