
a:visited {
	color: green;
	text-decoration: none;
}
a:visited:hover {
	color: red;
	text-decoration: underline;
}
a:link {
	color: navy;
	text-decoration: none;
}


.legende { font-family: arial; font-size: 11px; color: #000000; }
.popup { font-family: tahoma; font-size: 11px; color: #a5a5a5; }