* {
/* box */
	padding: 0;
	margin: 0;
/* font; text */
/* colour; background */
}

h1, h2, h3, h4, h5, h6, pre, code {
/* box */
/* font; text */
	font-size: 1.00em;
	font-weight: normal;
/* colour; background */
}

ul, li {
/* box */
/* font; text */
	list-style: none;
/* colour; background */
}

