body {
  color: #FF0000; /* ROT */
  background-color: #c0c0c0; /* silver */

}

h1, h2, h3 {
  font-size: 24px;
  font-family: "Helvetica Neue";
  /* background-color: #00ff00; */
  text-align: left;
  width: 400px;
}

ul {
  list-style-type: disc;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
  font-style: normal;
}
