body, p, td {
font-family: Verdana, Arial, Helvetica, sans serif;
font-size: 12px;
color: #000000
line-height: 1.2;
margin-right: 20px;
margin-left: 20px;
}

/* Die Tags body, p und td haben Verdana als Schrift, Schriftgrad 12 px und einen Zeilenabstand von 1,2. */

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans serif;
color: #E10000
}



a:link {
color: #6699ff;
text-decoration: none;
}

a:visited {
color: #808080;
text-decoration: none;
}

a:hover {
background-color: #ffcc33;
color: #ffffff; 
}

/* Der Link ist hellblau.
Der besuchte Link ist anthrazit.
Der gehoverte Link ist weiß, der Hintergrund ist orange. */


ul {
list-style-type: square;
color: #E10000;
font-size: 10px;
line-height: 1.5
}


p.seite {
margin-top: 15px;
margin-bottom: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #6699FF;
font-size: 10px;
margin-left: 10px;
}

input, textarea{
font:inherit;
}