
body {
	color: #000;
	background-color: #fff;
}

/* --- reset of default margins & padding --- */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, table {
	margin: 0;
	padding: 0;
}

/* --- tags --- */
img {
	border: 0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
form, table {
	font-size: 100%;
}

/* --- align --- */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* --- floating --- */
.floatLeft { float: left; }
.floatRight { float: right; }

.reset {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0.1px;
	overflow: hidden;
	clear: both;
}
.hide { display: none; }

