/* >> Unterstrichene Links*/
	a, a:link, a:visited, a:hover
	{
		text-decoration: underline;
	}
	
	a img,
	a:link img,
	a:visited img,
	a:hover img
	{
		border: 1px dotted blue;
	}
/* << */

