   * {
          font-family: "Tahoma", "serif";
          background-attachment: fixed;
     }

   A {
          text-decoration: underline ;
     }

   A:link {
          color: white;
          }

   A:visited {
          color: white;
             }

   A:hover {
          text-decoration: none;
          background-color: red;
           }

   A:active {
          text-decoration: none;
          background-color: red;
            }

   BODY {
          margin-right: 135px;
          color: white;
          background-color: #666699;
        }

   DT {
          margin-right: 200px;
          padding-top: 5px;
          padding-bottom: 10px;
          padding-left: 5px;
          padding-right: 5px;
      }

   DD {
          margin-bottom: 20px;
          margin-right: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          border-top: thin solid white;
          border-bottom: thin solid white;
          border-left: thin solid white;
          border-right: thin solid white;
      }

   IMG {
          border-top: thin solid white;
          border-bottom: thin solid white;
          border-left: thin solid white;
          border-right: thin solid white;
       }

   TD.header {
          font-size: x-large;
          letter-spacing: 3pt;
          border-top: thick none white;
             }

   .contact {
          padding-left: 5px;
          padding-right: 5px;
          border-left: medium solid white;
            }

   .description {
          font-size: smaller;
          font-variant: small-caps;
          text-align: center;
                }

   .header {
          font-size: x-large;
          letter-spacing: 3pt;
           }

   .lembed {
          margin-top: 5px;
          margin-bottom: 10px;
          margin-right: 10px;
          float: left;
           }

   .mainmenu {
          letter-spacing: 2px;
          padding-left: 5px;
          border-left: thin solid white;
             }

   .text {
          text-align: justify;
          margin-left: 17px;
          margin-right: 17px;
         }

   #Header {
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          padding-top: 10px;
          padding-bottom: 15px;
           }

   #FixedVerti {
          top: 10px;
          right: 25px;
          position: absolute;
               }

   BODY>#FixedVerti {
          position: fixed;
                    }


