/*--------------------------------------------------------------------*/
/* Copyright (c)2003 Kim Kodde                                        */
/*                                                                    */
/* index.css            16-Apr-2003                                   */
/*--------------------------------------------------------------------*/
A:link    { text-decoration: none ; color: blue  ; font-weight : normal }
A:visited { text-decoration: none ; color: red   ; font-weight : normal }
A:active  { text-decoration: none ; color: black ; font-weight : normal ; background-color: yellow }
A:hover   { text-decoration: none ; color: white ; font-weight : normal ; background-color: blue  }
TD      {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 13px            ;
        text-decoration : none            ;
        }
#abb10 {
        font-family     : arial           ;
        font-weight     : bold            ;
        color           : blue            ;
        font-size       : 10px            ;
        }
#an10   {
        font-family     : arial           ;
        font-weight     : normal          ;
        font-size       : 10px            ;
        }
#vn10   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 10px            ;
        }
#vn13   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        font-size       : 13px            ;
        text-decoration : none            ;
        }
#aw13   {
        font-family     : arial           ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 13px            ;
        }
#vw18   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 18px            ;
        }
#vw24   {
        font-family     : verdana         ;
        font-weight     : normal          ;
        color           : white           ;
        font-size       : 24px            ;
        }
#red    {
        color           : red             ;
        }
B       {
        font-weight     : bold            ;
        }
