﻿html, body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
}


img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse:collapse; border-spacing: 0;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

