
.alt {
	font-family: Tahoma;
	font-size: small;
	color: #666666;
	text-decoration: none;
}

.alt:link {
	font-family: Tahoma;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
.alt:visited {
	font-family: Tahoma;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
.alt:hover {
	font-family: Tahoma;
	font-size: small;
	color: #FF9900;
	text-decoration: none;
}

.test {
	font-family: Tahoma;
	font-size: small;
	color: #FF9900;
	text-decoration: none;
}
.test:hover {
	font-family: Tahoma;
	font-size: small;
	color: #660099;
	text-decoration: none;
}

.try  {
	font-family: Tahoma;
	font-size: small;
	color: #990066;
	text-decoration: none;
}
.try A:hover {
	font-family: Tahoma;
	font-size: small;
	color: #0099FF;
	text-decoration: none;
}

.testing {
	font-family: Tahoma;
	font-size: small;
	color: #66CC00;
	text-decoration: none;
}
.testing A:visited
{
	font-family: Tahoma;
	font-size: small;
	color: #0099FF;
	text-decoration: underline;
}
.testing A:link
{
	font-family: Tahoma;
	font-size: small;
	color: #0099FF;
	text-decoration: underline;
}


.testing A:hover 
{
	font-family: Tahoma;
	font-size: small;
	color: #0099FF;
	text-decoration: underline;
}


