/*   stylesheet v2.0 definitions file content.css     */
/*   copyrighted in 2002 by pharao                    */
/*                                                    */
/*   ready for mozilla, seamonkey, firefox, netscape  */
/*   navigator 4.05 or higher and microsoft internet  */
/*   exploder 4.01 or higher.                         */
/*   sorry, all other versions do not understand any  */
/*   stylesheet propertys correctly...                */

/*   definitions for complete body   */
body            {
                 background-image: url(pics/bg_egypt_long.gif);
                  font-size: 10pt;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: black;
                   }

/*   definitions for links   */
a:link          {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   font-weight: bold;
                    color: blue;
                     text-decoration: underline
                    }
a:visited       {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   font-weight: bold;
                    color: purple;
                     text-decoration: underline
                    }
a:hover         {
                  font-size: 10pt;
                    font-family: Tahoma, Arial, Sans-Serif;
                      font-weight: bold;
                        color: red;
                          text-decoration: underline
                        }
a:active        {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   font-weight: bold;
                    color: red;
                     text-decoration: none
                    }

/*   definitions for special tags   */
small           {
                 font-size: 8pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: white;
                  }
tt              {
                 font-size: 8pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: #808080;
                  }
i,b             {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: black;
                  }
samp            {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: yellow;
                  }
li              {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: black;
                  }
big             {
                 font-size: 11pt;
                  font-weight: bold;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: red;
                   }
                   
strong      {
                  font-size : 11pt;
                    font-family : Tahoma, Arial;
                      font-weight : strong;
                        vertical-align : middle;
                          color : white;
                    }

/*   definitions for tables global   */
table,tr,td     {
                 padding-left: 1mm;
                  font-size: 10pt;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: black;
                   }

/*   definitions for forms   */
form            {
                 font-size: 10pt;
                  font-family: Tahoma, Arial, Sans-Serif;
                   color: black;
                  }

/*   definitions for headers   */
h1              {
                 font-size: 18pt;
                  font-weight: 700;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: black;
                   }
h2              {
                 font-size: 16pt;
                  font-weight: 700;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: black;
                  }
h3              {
                 font-size: 14pt;
                  font-weight: 700;
                   font-family: Tahoma, Arial, Sans-Serif;
                    color: black;
                   }


