@charset "UTF-8";

/* JNANA HOMEPAGE 2021 LINKS.CSS */
/* letzte Aenderung am 24.5.2021 um 18:00 Uhr CC*/

a.ohne 			{ color: #6E4D07; }
a.ohne:link		{ text-decoration: none; }
a.ohne:visited	{ text-decoration: none; }
a.ohne:hover	{ text-decoration: none; }
a.ohne:active	{ text-decoration: none; }
a.ohne:focus	{ text-decoration: none; }

a.text			{ color:#FFFCFA } 
a.text:link		{ text-decoration:none;	} 
a.text:visited	{ text-decoration:none;	}
a.text:hover	{ text-decoration:underline; }
a.text:active	{ text-decoration:underline; }
a.text:focus	{ text-decoration:underline; }

a.orange 		{ color: #f7aa1c; }
a.orange:link	{ text-decoration: none; }
a.orange:visited{ text-decoration: none; }
a.orange:hover	{ text-decoration: underline; }
a.orange:active	{ text-decoration: underline; }
a.orange:focus	{ text-decoration: underline; }

a.grau 			{ color: #746B5B; }
a.grau:link		{ text-decoration: none; }
a.grau:visited 	{ text-decoration: none; }
a.grau:hover	{ text-decoration: underline; }
a.grau:active	{ text-decoration: underline; }
a.grau:focus	{ text-decoration: underline; }

a.braun 		{ color: #ab411c; }
a.braun:link	{ text-decoration: none; }
a.braun:visited { text-decoration: none; }
a.braun:hover	{ text-decoration: underline; }
a.braun:active	{ text-decoration: underline; }
a.braun:focus	{ text-decoration: underline; }

a.blau 			{ color: #339C9E; }
a.blau:link		{ text-decoration: none; }
a.blau:visited  { text-decoration: none; }
a.blau:hover	{ text-decoration: underline; }
a.blau:active	{ text-decoration: underline; }
a.blau:focus	{ text-decoration: underline; }

a.weiss 		{ color: white; }
a.weiss:link	{ text-decoration:none; } 
a.weiss:visited	{ text-decoration:none; }
a.weiss:hover	{ text-decoration:underline; }
a.weiss:active	{ text-decoration:underline; }
a.weiss:focus	{ text-decoration:underline; }
