/*
     Stylefile of the BAG Leber
*/

     BODY {
         background: #FFCC00;
         font-family: arial, helvetica, sans-serif;
         text-align: left;
     }

     P, UL, LI, H1, H2, H3, H4, DT, DL, B, TD, DIV {
       font-family: arial, helvetica, sans-serif;
     }

     LI {
         list-style-type: disc;           /* display real dots      */
     }

     A {
       text-decoration: none;    /* no underlines in links */
       font-weight:     bold;    /* links are always bold  */
     }

     A:link    {color: rgb(153,51,0)}    /* unvisited link         */
     A:visited {color: rgb(153,51,0)}    /* visited links          */
     A:active  {color: rgb(153,51,0)}    /* active links           */
     A:hover   {color: rgb(153,51,0);
                text-decoration: underline;
                font-weight: bold
               }
