/* CSS Document */
span.main {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
}

td.main {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
}

a:active.main, a:link.main, a:visited.main {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
}

a:hover.main {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #00ff00;
	color: #004700;
	text-decoration: none;
	width: 99%;
}

span.head {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
	width: 99%;
}
