* {
/* box */
	padding: 0;
	margin: 0;
/* font; text */
/* colour; background */
}

html {
/* box */
	min-height: 100%;
	margin-bottom: 1px;
/* font; text */
/* colour; background */
}

h1, h2, h3, h4, h5, h6, pre, code {
/* box */
/* font; text */
	font-size: 1.0em;
	font-weight: normal;
/* colour; background */
}

ul, ol {
/* box */
/* font; text */
	list-style: none; 
/* colour; background */
}

address {
/* box */
/* font; text */
	font-style: normal; 
/* colour; background */
}

a, a:link, a:visited, a:active, a:hover {
/* box */
	outline: none;
/* font; text */
/* colour; background */
}