.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2b6b2f;
	font-weight: bolder;
	text-decoration: none;
}
.titletext:hover {
	color: #000;
	background-color: #0C0;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.normaltext:hover {
	color: #000;
	background-color: #0C0;
}
