@charset "ISO-8859-1";
body { font-family: Frutiger, Helvetica, Arial;  }
a { text-decoration: none;  color: navy; }
a:hover { color: yellow; }
a:active { color: green; }
h1 { margin: 50px; font-size: 30px; line-height: 23px; font-weight: bolder ; color: purple; text-transform: uppercase;}
h1.index { color: gray; }
p.ueber { background-color: white; margin: 10px; font-size: 30px; line-height: 23px; font-weight: bolder ; color: olive; text-transform: uppercase; }
p.unter { background-color: purple; margin: 50px; font-size: 20px; line-height: 16px; font-weight: bolder ; color: silver; text-transform: uppercase; }