<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ################################ */
/* #     Impressum.css            # */
/* #     H. Härtl     24.05.2018  # */
/* ################################ */

.impressum
{ 
 	background: #fff;
	color: #000;  
	margin: 0 4em 2em 4em;
	padding: 0; 
	font-size: 12px;
	color: #434948; 
}

.impressum a:link, .impressum a:active, .impressum a:focus
{
	color: #55633d; /* #643300;  #8e1600; #2200cc;*/
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}

.impressum a:visited
{
	color: #a3b485; /* #643300;  #8e1600; #2200cc;*/
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}

.impressum a:hover
{	text-decoration: underline;
	font-style: normal;
	font-weight: bolder;
}

.impressum p
{ 
	margin: 1em 0 1em 0;
	padding: 0;
}

</pre></body></html>