@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('press-start-2p-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('press-start-2p-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	font-family: 'Press Start 2P';
	background:url(seuck_bg.jpg);
	background-attachment: fixed;
	scroll-behavior: smooth;
}


h1 {
	text-shadow: 2px 2px 5px  #b810e9;
	color:    #e9c810;
	margin-bottom: 0em;
}

.h1-small {
	font-size: 20px;
	text-shadow: 2px 2px 5px #b810e9;
	color: YELLOW;
	margin-bottom: 0em;
}

h2 {
	margin-bottom: 0em;
	text-shadow: -2px 2px 3px  fuchsia;
}

h3 {
	font-family: 'Press Start 2P', cursive;
	color: peachpuff;
}

#schwarz {
	background-color: BLACK;
}

#bleicher {
	opacity: 0.6;
}

TH {
	color: WHITE;
}

a {
	text-decoration: none;
}

p {
	font-size: 12.5px;
}

td {
	padding-bottom: 20px;
}
