A:link {
  color: red;
  text-decoration:none}
A:active {
  color:red;
  text-decoration:none}
A:visited {
  color: red;
  text-decoration:none}
A:hover {
  color: red;
  background: yellow;
  text-decoration:none}

body {
  background-color: red;
}

.titel {
  font-weight: bold;
  font-size: 40pt;
  font-family: Comic Sans MS;
  color: yellow;
  text-align: center;
  margin: 5pt; 
}

.subtitel {
  font-weight: bold;
  font-size: 25pt;
  font-family: Comic Sans MS;
  color: black;
  text-align: left;
}

.kader {
  background-color: white;
  padding: 10pt;
  border: solid 1pt #FFFFFF;
  margin-top: 20pt;
  margin-left: 80pt; 
  margin-right: 80pt; 
  font-size: 15pt;
  font-family: Comic Sans MS;
  color: black;
  text-align: left;

}

