/* selected link */
a:active {
  color: blue;
}

/* visited link */
a:visited {
  color: violet;
}

/* mouse over link */
a:hover {
  color: green;
}

body {
  font-family: "Comic Sans MS";
  background-color: #ffffff;
}

div.center,
table.center {
  margin-left: auto;
  margin-right: auto;
  border: 0px solid;
}

.farbe {
  font-weight:700;
  color:blue;
}

.w80 {
  width:66%;
}

.w66 {
  width:80%;
}

.w40 {
  width:40%;
}

.ta-center, h1, h3 {
  text-align:center;
}

img {
  padding-left:0.5rem;
  padding-right:0.5rem;
  vertical-align:middle;
}


.font {
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  font-size-adjust:none;
  font-stretch:normal;
}

.font1 {
  font-size: 30px;
  color: blue;
}






