
/* schriftstil, hintergrund */

body
                    { color: black; font-size: 10pt; font-family: Tahoma; background-color: #ffdd78 }

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


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

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




/* allgemeine links */
a:visited           { color: blue; font-size: 10pt; font-family: Tahoma; text-decoration: underline }
a:link           { color: blue; font-size: 10pt; font-family: Tahoma; text-decoration: underline }
a:hover              { color: white; font-size: 10pt; font-family: Tahoma; text-decoration: underline; background-color: blue }

