.blacktext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999933;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .2em;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #D2D77D;
	text-decoration: none;
	letter-spacing: 0.2em;
}

body {
	background-color: #FFFFFF;
}
.pageHead {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #C0C0C0;
	letter-spacing: .2em;
}

