a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #00FF00;
	text-decoration: none;
	cursor: crosshair;
	font-weight: bold;
	text-transform: lowercase;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #00FF00;
	font-weight: bold;
	cursor: crosshair;
	text-transform: lowercase;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;
	cursor: crosshair;
	text-transform: lowercase;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
	padding: 0px;
	font-weight: normal;
	text-transform: lowercase;
}
