   body,table {
      font-family:            "copperplate gothic bold";
      font-style:             "normal";
      font-variant:           "normal";
      font-weight:            "normal";
      font-size:              10pt;
      color:                  C0C0C0;
      text-decoration:        "none";
      text-align:             "justify";
      text-indent:            0;
      line-height:            "normal";
      list-style-image:       url("http://www.geocities.com/mbertoll/arrow.gif");
   }

   body {
      background-color:       000000;
      background-image:       url("images/main-back.jpg");
      background-repeat:      no-repeat;
      background-attachment:  fixed;
      background-position:    center center;
   }

   table {
      background-color:       transparent;
   }

   A:link {
      font-style:             "normal";
      color:                  #b0b8b5;
      text-decoration:        none;
      background:             "transparent";
   }

   A:visited {
      font-style:             "normal";
      color:                  #808080;
      text-decoration:        none;
      background:             "transparent";
   }
 
   A:active {
      font-style:             "normal";
      color:                  #800000;
      text-decoration:        none;
      background:             "transparent";
   }

  A:hover {
      color:                  #000000;
      font-style:             "normal";
      text-decoration:        "underline";
      background:             #800000;
   }


  A.pic:hover {
      text-decoration:        none;
      background:             transparent;
   }

   input,option {
      border-color:              #000000;
      border-width:              2;
      font-family:               Arial, sans-serif;
      font-size:                 10pt;
      background-color:          gold;
      color:                     #000000;
   }


