body {
color: black;
background-color:  #ffff99;
}

/* feste Laufweite, klein, dŸnn: */
.zitat {
font-family: monospace;
font-size: 9pt;
font-weight: light;
color: #242424;
}

/* Proportionalschrift, klein, dŸnn: */
.hilfstext {
font-family: sans-serif;
font-size: 9pt;
font-weight: light;
}

/* Proportionalschrift, mittelgroß: */
.titel {
font-family: sans-serif;
font-size: 13pt;
font-weight: normal;
text-align: center;
}

/* schaltflaechen: */
.taste {
color: white;
background-color: #ff9900;
font-family: sans-serif;
font-size: 10pt;
margin-left: 2px;
padding: 3px;
border-width: 1px;
border-style: solid;
border-color: #ff0000;
width: 98%;
}
A:link, A:visited, A:active {
text-decoration: none;
color: white;
}
A:hover {
text-decoration: none;
color: white;
background-color: #ff0000;
border-left-width: 10px;
border-style: solid;
border-color: #ff0000;
}