A:link, A:visited {
	text-decoration: none;
	color: blue;
}

A:active, A:hover {
	text-decoration: underline;
	color: blue;
}

body {
	color: black;
	background-color: lightgrey;
}

table.page td {
	padding: 10px;
	border: 1px solid black;
}

table.small td {
	padding: 0px;
	border-width: 0px;
	font-family: monospace;
	font-size: 12px;
}

h1 {
	text-decoration: underline;
	font-style: bold;
	font-size: 25px;
	margin-top: 0px;
}

h2 {
	font-style: bold;
	font-size: 15px;
}

ul {
	font-family: monospace;
	font-size: 12px;
}
