<style>
A:visited	{
	color: #660066;
	font-weight:normal;
	text-decoration:	underline;
}
A:link 	{
	color: #3333FF;
	font-weight:normal;
	text-decoration:	underline;
}
A:hover {
	color: #ffffff;
	text-decoration:	underline;
; background-color: #0099ff
}

A:active {
	color: black;
	font-weight:lighter;
	text-decoration:	none;
; background-color: #FF0033
}

.qlinks    A:hover {
	color: #ffffff;
	text-decoration:	underline;
; background-color: transparent
}
}
</style>