/* Stylesheet blauer Hintergrund */

body {margin-left:30px;margin-right:30px;
      font-family:Arial,sans-serif;font-size:14px;
      background:#000080; color:#FCFCFC;
      }

/* Nur bei Netscape 4.7 nötig */
p,td,th,li,ul,h1,h2,h3,h4,h5,blockquote,div,marquee {font-family:Arial,sans-serif;font-size:14px;}

A:link { color:#B7B7FF; }
A:visited { color:#00FF00; }

p,div {text-align:justify;}
h1 {font-size:26px; font-weight:bold; color:#FF8000; }
h2 {font-size:22px; color:#FF8000;}
h3 {font-size:16px; color:#FF8000;}
h4 {font-size:14px;}

.einzug {text-indent:1cm;}

A.hide:link {color:#FF8000;text-decoration:none}
A.hide:visited {color:#FF8000;text-decoration:none}

/* Farbe und Font vererben (nicht für NS 4.7) 

*   { color:inherit;
      background:transparent;
      font-family:inherit;
      font-size:inherit; }                   */