/* CSS-Datei AG-Magnussen */ 
 
h1, h2 , h3 , h4
          { font-family : arial, helvetica;
            font-size : 40pt;
            font-weight : normal;
            font-style : normal;
            color : blue }

h2       {   font-size : 30pt ;
            font-style : italic }

h3       {   font-size : 16pt }

h4       {   font-size : 16pt;
            font-style : italic;
            color : black }
 
 a  
    a:link { color:#0000a0; text-decoration:none} 
    a:visited { color:#0000a0; } 
    a:active { color:#FF00000; font-style:italic }  

