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

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

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

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