a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #003366; /*#003366 = Dunkelblau*/
	text-decoration: none;
}

/*Reihenfolge von css festgelegt:	1. a:link
									2. a:visited
									3. a:hover
									4. a:active*/