div#contentarea a.dataWithQvBehindIt,
div#contentarea a.dataWithQvBehindIt:visited 
{
	/* color: #000099; same blue everywhere */ /* blue for external version  */ 
	color: #333C8C;
	text-decoration: none; /*underline;*/
}

div#contentarea a.dataWithQvBehindIt:hover {
	/*color: #000099; */
    color: #333C8C;
	text-decoration: underline;
}

div#contentarea a.classWithQvBehindIt,
div#contentarea a.classWithQvBehindIt:visited 
{
	color: #333C8C;
	text-decoration: none;	
}

div#contentarea a.classWithQvBehindIt:hover {
	/*color: #000099;  */
	color: #333C8C;
	text-decoration: underline;
}
