.nav {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
A {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #999999;
	text-decoration: none;
	cursor: crosshair;
}
A:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #990000;
	text-decoration: none;
	cursor: crosshair;
}

