<!-- diese CSS definiert die Ansicht eines Links -->
a:active {  text-decoration: none; color: #0000CC; font-size: 1em}
a:hover {  color: #FF0000; font-size: 1em}
a:link {  text-decoration: none; font-size: 1em; color: #0000FF; border-style: none}
a:visited {  text-decoration: none; color: #0033FF; font-size: 1em}

<!-- diese CSS definiert dasu Ausehen aller Schriftarten -->
h1 {  font-size: 2.5em; font-weight: normal}
h2 {  font-size: 2.2em; font-weight: normal}
h3 {  font-size: 2em; font-weight: normal}
h4 {  font-size: 1.8em; font-weight: normal}
h5 {  font-size: 1.5em; font-weight: normal}
h6 {  font-size: 1em; font-weight: normal}

body {  background-color: #F1F3F5; color: #000000; text-align: center}