A.pl:visited	{
	color:				blue;
}
A.pl:hover	{
	color:				orange;
}

A.ql:visited	{
	color:				white;
}
A.ql:hover	{
	color:				orange;
}

A.rl:visited	{
	color:				orange;
}
A.rl:hover	{
	color:				white;
}

A.sl:visited	{
	color:				orange;
}
A.sl:hover	{
	color:				red;
}

A.tl:visited	{
	color:				gray;
}
A.tl:hover	{
	color:				#ff4444;
}

A.ul:visited	{
	color:				black;
}
A.ul:hover	{
	color:				orange;
}

A.vl:visited	{
	color:				orange;
	text-decoration:	none;
}
A.vl:hover	{
	color:				red;
	text-decoration:	none;
}



A.link:visited	{
	color:				orange;
	text-decoration:	none;
}
A.link:hover	{
	color:				orange;
	text-decoration:	none;
}



A.ll:visited	{
	color:				#666666;
	text-decoration:	none;
}
A.ll:hover	{
	color:				orange;
	text-decoration:	none;
}