/* We should never have a margin on the body, does not follow spec */
body
{
	margin: 0;
}

/* Forms should be invisible */
form
{
	margin: 0;
	padding: 0;
}
td
{
	vertical-align: top;
}
table.layout
{
	border-collapse: collapse;
	border: 0;
}
tr.layout > td
{
	padding: 0;
}
/* Don't use borders for images */
img
{
	border: 0;
}
