
	/* Reset. A work in progress. --*/

	html, body, div,
	h1, h2, h3, h4, h5, h6, pre, form, p, blockquote,
	pre, code, address, caption, cite,
	ul, ol, li, dl, dt, dd,
	table, tbody, tfoot, thead, tr, th, td, img {
		line-height: 16px;
		font-size: 16px;
		margin: 0; padding: 0;
		font-weight: normal;
		vertical-align: baseline;
	} 

	/* Lists. */

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

	/* Forms. */

	fieldset, legend, form, input, button, textarea, select, option {
		margin: 0; padding: 0;
	} 

	/* Tables. */

	table, tbody, tfoot, thead, tr, th, td {

	}

	/* Images. */

	img {
		border: 0;
	}

	/* Webkit. */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Reset Safari's baseline. */
		b, i, em, strong {
			line-height: 0.1;
		}
	}