
/* schriftstil, hintergrund */

body
          { color: black; font-size: 9pt; font-family: verdana }

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


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

body      { scrollbar-3dlight-color: white; scrollbar-arrow-color: white; scrollbar-darkshadow-color: black; scrollbar-face-color: darkorange; scrollbar-highlight-color: black; scrollbar-shadow-color: white  }




/* allgemeine links */
a:visited       { color: blue; font-size: 9pt; font-family: verdana; text-decoration: none }
a:link       { color:blue; font-size: 9pt; font-family: verdana; text-decoration: none }
a:hover        { color: blue; font-size: 9pt; font-family: verdana; text-decoration: underline overline }

