body {
	font-family: sans-serif;
}

h1 {
	border-bottom: 1px dotted black;
	padding-bottom :3px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

h2 {
	margin-top: 0.125em;
	margin-bottom: 0.125em;
}

h3 {
	margin-top: 0.125em;
	margin-bottom: 0.125em;
}

a {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0.1em;
	margin-left: 0.5em;
}

ul {
	margin-top: 0.1em;
}

table {
	border-collapse: collapse;
}

td, th {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	border: 1px solid black;
}

th {
	background-color: silver;
}