body 
{
  background-color: darkblue;
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  line-height: 1.6;
}

/* Links */
a {
  color: #66CCFF; /* hellblau */
  text-decoration: underline;
}

a:visited {
  color: #E6B800; /* etwas dunkleres Gold */
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: 2px solid #FFFFFF;
}

/* Überschriften */
h1 {
  text-align: center;
  color: #FFC000;
  font-size: 20pt;
}

h2 {
  font-size: 18pt;
}

