/* @group Reset */

	* {
		border: none;
		font: inherit;
		font-weight: inherit;
		line-height: 160%;
		margin: 0;
		outline: none;
		padding: 0;
	}

	body {
		font: 86%/140% 'georgia', 'times new roman', serif;
	}

	table,
	tbody,
	thead,
	tfoot,
	tr,
	td,
	th {
		font: 100%/140% 'georgia', 'times new roman', serif;
	}

	textarea {
		max-width: 110%;
	}

/* @end */