<!--
.text {
	text-decoration : none;
	font-family :verdana;
	font-size: 11px;
	color:#000000;
}

.listing {
	text-decoration : none;
	font-family :verdana;
	font-size: 11px;
	color= #000000;
}

A.normal:ACTIVE, A.normal:LINK, A.normal:VISITED{
	text-decoration : underline;
	font-family :verdana;
	font-size: 10px;
	color:#000000;
}
A.normal:HOVER {
	text-decoration : none;
	font-family :verdana;
	font-size: 10px;
	color: #000000;}

A.listing:ACTIVE, A.listing:LINK, A.listing:VISITED{
	text-decoration : underline;
	font-weight : bold;
	font-family :verdana;
	font-size: 11px;
	color:#831429;
}

A.listing:HOVER {
	text-decoration : none;
	font-weight : bold;
	font-family :verdana;
	font-size: 11px;
	color: #831429;
}

A.index:ACTIVE, A.index:LINK, A.index:VISITED{
		text-decoration : none;
		font-family :verdana;
		font-size: 10px;
		color: #000000;
	}
A.index:HOVER 
	{
		text-decoration : underline;
		font-family :verdana;
		font-size: 10px;
		color= #000000;
}
-->