/* Datei: style.css */

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i                       { color: black; font-size: 10pt; font-family: Arial, sans-serif }
body                                                                { color: black; background-color: #c0c0c0 }

A:link      { color: navy; text-decoration: none }
A:visited          { color: navy; text-decoration: none; cursor: hand  }
A:active     { color: navy; text-decoration: none }
A:hover       { color: maroon; text-decoration: underline; cursor: pointer  }

h1     { color: black; font-weight: bold; font-size: 14pt }
h2     { color: #000000; font-weight: bold; font-size: 12pt }
h3     { color: #000000; font-weight: bold }
h4        { color: #000000; font-weight: bold }
h5       { color: #000000; font-weight: bold }
h6     { color: #000000; font-weight: bold }

