body {
	background: white;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
}

td {
	font-size: small;
}

code {
	font-family: courier, "courier new", fixed;
	font-size: small;
	background: #F0F0F0;
	display: block;
}

code.noblock {
	font-family: courier, "courier new", fixed;
	font-size: small;
	background: #F0F0F0;
	display: inline;
}

hr {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

p.copyright {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}
