#style1 {
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1) sepia(0) invert(0) blur(0px) drop-shadow(5px 5px 3px rgba(160,160,122,0));
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1) sepia(0) invert(0) blur(0px) drop-shadow(5px 5px 3px rgba(160,160,122,0));
}

#style2 {
    -webkit-filter: hue-rotate(300deg) saturate(1) grayscale(0) brightness(1) opacity(.8) contrast(1) sepia(0) invert(0) blur(0px) drop-shadow(0px 0px 30px rgba(255,255,255,1));
    filter: hue-rotate(300deg) saturate(1) grayscale(0) brightness(1) opacity(.8) contrast(1) sepia(0) invert(0) blur(0px) drop-shadow(0px 0px 30px rgba(255,255,255,1));
}


h1 {
	font-family:Courier, "Courier New", monospace;
	font-size:20px;
}

h2 {
	font-family:Courier, "Courier New", monospace;
	font-size:16px;
}

h3 {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
}

h4 {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
	line-height:1.2;
	color: #A19F84; 
}

p {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
}


button {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:100;
}

input {
	font-family:Courier, "Courier New", monospace;
	font-size:12;
	font-weight:100;
}
	
a:link    {
	  color: #178069; 
}

a:visited {
	color: #11B390; 
}

a:focus   {
	color:#48E9E7;
}

a:hover   {
	color:#48E9AA;
}

a:active  { /* Deklarationen */ }