BODY, TD {
	font: 11pt tahoma, verdana, arial, helvetica, sans-serif;
}

.h0 {
	background-color: #b0c0d0;
	color: black;
	text-align: center;
}

.h0:hover {
	background-color: #a0b0c0;
	color: black;
	text-align: center;
}

.h1 {
	background-color: #002040;
	color: white;
	text-align: center;
	border-left: 1px black;
	font-weight: bold;
}

.h {
	text-decoration: none;
}

.h:hover {
	text-decoration: underline;
}

A.h:link {
	color: black;
}

A.h:visited {
	color: black;
}

A.h:active {
	color: black;
}

A.f {
	color: white;
}

.f {
	background-color: black;
	color: white;
	font-size: small;
}

.code {
	margin-left: 2em;
	font: 11pt courier, courier new, monospaced;
}

