*, html {
	margin: 0;
	padding: 0;
	/* vertical-align: top; @FYI: CAUSES MISALIGNMENT OF UNDERLINES IN FF */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

a, img {
	outline: none;
	border: none;
}

a {
	color: #000;
	}
	a:hover {
		text-decoration: none;
	}

em {
	font-style: italic;
}

ul, ol, dl {
	list-style: none;
}

form, select, input {
	z-index: 1;
}

.clear {
	clear: both;
}

span.clear {
	display: block;
}

