body {
	color: #FFFFFF;
	font-family: Arial;
}
TD {
	font-size: 9pt;
	font-weight: 800;
}

A:hover {
	font-size: 9pt;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
}
A:link {
	font-size: 9pt;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: underline;
}
A:active {
	font-size: 9pt;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
}
A:visited {
	font-size: 9pt;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	font-family: Arial Narrow;
	font-size: 16pt;
	font-weight: 800;
	color: #FFFFFF;
	margin-bottom: 0;
}
.highest {
	color: red;
}
.high {
	color: orange;
}
.low {
	color: lightblue;
}
.lowest {
	color: blue;
}
}