html, body, div, span, object, p, pre,
a, abbr, acronym, em, img, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	font: 1em/1.5 sans-serif;
}
dl, dt, dd {
	margin:20px;
}
ol, ul {
	list-style: decimal;
	margin: 20px;
	padding: 0;
}
ul {
	list-style: disc;
}
li, p {
	margin: 10px;
	padding: 0;
}

table {
	border:1px solid black;
	margin:10px;
}
td, th {
	border:1px solid black;
	margin:0;
	padding:5px;
}
/* to make the table headers and footers stand out. This isn't necessary  */
thead tr th, tfoot tr th {
	background-color:#ddd;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px;
	padding: 0;
}
h1 {
	font-size: 3em;
} 
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
} 
h4 {
	font-size: 1.5em;
} 
h5 {
	font-size: 1.25em;
} 
h6 {
	font-size: 1em;
}
