/************************************************************************/
/* Caution!                                                             */
/* Do not change the code block headlines especially the version number */
/* at the end of the code block headline.                               */
/* These are essential information for update purposes.                 */
/*                                                                      */
/************************************************************************/


/* >> Unterstrichene Links Version: rel-1-0-0 */
	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;
	}
/* << */


