body {
  background-color: lightgray;
/*  font-family: monospace; */
  	font-family: Typewriter;
  color: black;
  font-size: 16px;
}

@font-face {
  font-family: Typewriter;
   src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"),
   url("./tw_font.ttf");
}

#ausgabe {
  color: green;
}

a:link {
  color: darkcyan;
} 

a:visited {
  color: darkred;
}
