
body { font-size:16px; font-family:Arial; }

table { font-size:16px; font-family:Arial;  }

h1 { font-size:40px; font-family:Arial; }
h2 { font-size:36px; font-family:Arial; }
h3 { font-size:32px; font-family:Arial; }
h4 { font-size:28px; font-family:Arial; }
h5 { font-size:24px; font-family:Arial; }
h6 { font-size:20px; font-family:Arial; }

ul { list-style-image: url(../BILDER/listensymb.gif); list-style-position:outside;}

<!-- :hover und :active müssen unbedingt nach :link und :visited stehen,
sonst werden die Eigenschaften für :hover und :active ignoriert -->

<!-- Nicht besuchter Link -->
a:link { text-decoration:none; font-weight:bold; color:#000080; }

<!-- Besuchter Link -->
a:visited { text-decoration:none; font-weight:bold; color:#000080; }

<!-- Benutzer bewegt den Mauszeiger auf den Link -->
a:hover { text-decoration:underline; font-weight:bold; background-color:#FFFF66; }

<!-- Benutzer klickt mit der Maus auf den Link -->
a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
