/* Stylesheet v2.0 Definition File menu.css */
/* (c) in 2003 by Pharao                    */
/*                                          */
/* Ready for Netscapes Navigator V4.05 and  */
/* higher and Microsofts Internet Explorer  */
/* 3.01 and higher.                         */
/* Sorry, other versions do not understood  */
/* this stylesheet propertys correctly...   */


/*   Definitions for complete body   */

BODY        {
             background-image:url(pictures/bgrnd_c.gif);
              font-size : 9pt;
       	       font-family : Tahoma, Arial;
                color : white;
                 }


/*   Definitions for links   */

A            {
              font-size : 10pt;
               font-family : Tahoma, Arial;
                color : blue;
                 text-decoration : underline;
                  }
A:Visited    {
              font-size : 10pt;
               font-family : Tahoma, Arial;
                color : purple;
                 text-decoration : underline;
                  }
A:Active     {
              font-size : 10pt;
               font-family : Tahoma, Arial;
                color : red;
                 text-decoration : underline;
                  }


