/* This file aims to provide a common starting point for all browsers by wiping out differences in default css settings for elements */
html, body {
	background: #ffffff;
	color: #000000;
}
body, td {
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
}
div, p, table {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
}
tr {
	vertical-align: top;
}
img {
	display: inline;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	/* This is actually the default, just here to point out that display: block; will remove the weird bottom margin on img */
}
h1 {
	margin: 4px 0 20px 0;
}
h2 {
	margin: 4px 0 18px 0;
}
h3 {
	margin: 4px 0 17px 0;
}
h4 {
	margin: 4px 0 16px 0;
}
h5 {
	margin: 4px 0 15px 0;
}
h6 {
	margin: 4px 0 14px 0;
}
