a {
  color: darkblue;
}

h1 {
  font-size: 30pt;
  color: #11f;
}
h2 {
  font-size: 20pt;
  color: yellow;
}

body {
  background-color: cyan;
  color: purple;
  text-align: center;
}

img {
  padding: 15px;
}

.kleinnein {
  text-transform: uppercase;
}

.kaka {
  color: #871;
  font-weight: bold;
  text-transform: uppercase;
}

.schwarz{
  background-color: black;
  color: white;
}

.wichtig{
  color: #f00;
  font-weight: bold;
  text-transform: uppercase;
}

.grun{
  background-color: lightgreen;
  color: darkgreen;
}
