<html>
<head>
	<title>
		Style Sheet
	</title>
</head>

<style
	type="text/css">
<!--
A:hover { color:red; }

.TextHighlight {
	color: #FF0000;
	cursor: hand;
	}

.TextNormal {
	color: #0000FF;
	cursor: default;
	}

-->
</style>

<body>
<comment>The other pages display the real data</comment>
</body>
</html>
