* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	height: 100%;
	width: 100%;
}

body { 
	font-size: 62.5%;
}

p {
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: #000000;
}

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

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

a img {
	border: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}