   * {
          font-family: "Arial", "sans-serif";
     }

   A {
          font-weight: bold;
          text-decoration: none;
     }

   A:link {
          color: #666666;
          }

   A:visited {
          color: #666666;
             }

   A:hover {
          color: white;
          background-color: black;
           }

   A:active {
          color: white;
          background-color: black;
            }

   BODY {
          text-align: center;
        }

   H1 {
          letter-spacing: 1pt;
      }

   H2 {
          letter-spacing: 1pt;
      }

   HR {
          margin-top: 40px;
          margin-bottom: 40px;
          border-top: 0px;
          border-bottom: 0px;
          border-left: 0px;
          border-right: 0px;
          color: black;
          background-color: black;
          width: auto;
          height: 1px;
      }

   IMG {
          vertical-align: middle;
          border-top: medium none;
          border-bottom: medium none;
          border-left: medium none;
          border-right: medium none;
       }

   TABLE {
          margin-left: auto;
          margin-right: auto;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 5px;
          padding-right: 5px;
         }

   TH {
          font-size: smaller;
          font-variant: small-caps;
      }

   TD {
          font-size: smaller;
          vertical-align: top;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
      }

   .flyer {
          text-align: justify;
          }

   .genre {
          font-weight: bold;
          font-style: italic;
          letter-spacing: 2px;
          content: ;
          }

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

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

   #fluidarea {
          margin-top: 120px;
          z-index: 0;
              }

   #fixedarea {
          top: 0px;
          left: 0px;
          right: 0px;
          position: absolute;
          z-index: 1;
          min-width: 100%;
          height: 50px;
              }

   BODY>#fixedarea {
          position: fixed;
          z-index: 1;
                   }


