/* DATEI: musik.css */
/* CB, 2002-03-16 */
/* <link rel="stylesheet" type="text/css" href="musik.css"> */

body {background-color:#FFFFFF;}

p,h1,h2,h3,h4,h5,h6,dl,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre
     { font-family:Verdana, Arial, Helvetica; }

p,ul,ol,li,div,td,th,address,nobr,i,pre { font-size:10pt; }


.small { font-size:8pt; }

.big { font-size:12pt; }


.s1
{ font-size: 8pt; }

.s2
{ font-size: 10pt; }

.s3
{ font-size: 12pt; }

.s4
{ font-size: 14pt; }

.s5
{ font-size: 18pt; }

.s6
{ font-size: 24pt; }

.s7
{ font-size: 36pt; }




h1 { font-size:18pt; }
/* gilt nur fuer das Wort auf der Einstiegsseite */


h2 { font-size:16pt; }
/* Seitenueberschriften */

h3 { font-size:12pt; color:#666633; }
/* Zwischenueberschriften */

h4 { font-size:10pt; }
/* Zwischenueberschriften an manchen Stellen */

h5 { font-size:8pt; }
/* Zwischenueberschriften an manchen Stellen */



/* text-decoration:none */
/* text-decoration:underline  würde wieder unterstreichen */
/* <a href="./" style="color:green">Und der hier?</a> */

a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:hover { text-decoration:underline; color:#000066; }
/* a:active { text-decoration:underline; background-color:#000000; } */
 
 