
/* schriftstil, hintergrund */
/* scroll-leiste,farbig ab IE 5.5 */

body    { scrollbar-arrow-color: white; scrollbar-base-color: #000088; scrollbar-highlight-color: white; scrollbar-shadow-color: white; scrollbar-track-color: lightgrey  }
body
          { color: black; font-size: 10pt; font-family: verdana }

table,tr,td
         { color: black; font-size: 10pt; font-family: verdana }




/* allgemeine links */

a:link       { color: blue; font-size: 10pt; font-family: verdana; text-decoration: none }

a:visited       { color: blue; font-size: 10pt; font-family: verdana; text-decoration: none }

a:active      { color: blue; font-size: 10pt; font-family: verdana; text-decoration: none }

a:hover            { color: red; font-size: 10pt; font-family: verdana; text-decoration: underline }