body {
 font-family: Arial;
 font-size: medium;
 color: gold;
 background: #556B2F;
 font-weight: bold;
}

font {
 font-family: Arial;
 font-size: small;

 color: yellow;
}

h1 {
 font-size: xx-large;
 text-align: center;
 color: #FF0000;
 background: #FFFF00;
 font-family: Monotype Corsiva;
}

h2 {
 font-size: x-large;
 text-align: center;
 color: white;
 font-family: Monotype Corsiva;
 text-decoration: underline;
}

table {
 font-size: small;
 text-align: justify;
}

div {
  padding-top: 20px;
}

p {
text-transform: none;
}

#beschr {
font-size: 17px;
}

#img {
 border-color: red;
 border-width: 3px 6px;
 background-color: #556B2F;
 border-style:double;
}

#hinweis {
 color: red; 
 background-color: yellow; 
 font-style: bold;
 border-style:double;
 border-color: red;
 font-weight: bold;
 text-align:justify;
  /* top:100px;*/

#link {
vertical-align: top; 
text-align: left;
}

}
#link a {
 color: #00ffff;
 text-decoration:underline;
 
}

#link a:hover {
 background-color: #00ffff;
 text-decoration: overline underline;
 color: blue;
}

