body {
	margin: 1em auto;
	padding: 1.5em;
	max-width: 40em;
	line-height: 1.5;
	font-family: monospace;
	font-size: 12pt;
	background: #000000;
	color: #e5e5e5;
}

html {
  scroll-behavior: smooth;
}

.h1 a,
.h1 a:hover,
.h1 a:focus,
.h1 a:active {
	  text-decoration: none;
	  color: #e5e5e5;
}

.menue a {
	  text-decoration: none;
	  color: #e5e5e5;	
}
.menue a:hover,
.menue a:focus,
.menue a:active {
	  text-decoration: none;
	  color: #d8a000;
}

.h2 a {
	  text-decoration: none;
	  color: #e5e5e5;	
}
.h2 a:hover,
.h2 a:focus,
.h2 a:active {
	  text-decoration: none;
	  color: #d8a000;
}

a {
  text-decoration: underline;
  color: #e5e5e5;
}

a:hover, a:focus, a:active {
text-decoration: underline;
  color: #d8a000;
}