html, body{
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
}

textarea { 
	resize: none; /* remove textarea resize at Safari */
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { 
	clear: both; 
	visibility: hidden; 
}