  A:VISITED { text-decoration: none; color:#CCCCFF }
  A:LINK    { text-decoration: none; color:#CCCCFF }
  A:ACTIVE  { text-decoration: none; color:#CCCCFF }
  A:HOVER   { text-decoration: none; color:#00CCFF }

  BODY {
  color:            #CCCCFF;
  background-color: #000000;
  margin:0;
  padding:0; 
  background-repeat="no-repeat"
  }

  
td.sponsor { font family: times, Arial, Helvetica, sans-serif; font-size: 8 px; font-weight: bold }

td.show    { font-family: fantasy; font-size:18px }
tr.C    { font-family: fantasy }
td.C    { font-family: fantasy }
th { border: 2px solid #CCCCFF; font-size:12pt; font-weight:bold }
SPAN.HDR { font-size: 32pt }
.feature    { color: #CCCCFF; font-size: 18pt } 
.artistdrop { position: relative; left: 0px;  top: 0px;  color:darkblue;     font-size: 32pt; }
.artist     { position: absolute; left: -1px; top: -1px; color: #CCCCFF; font-size: 32pt; }

H1 { text-shadow: 0.2em 0.2em }
H2 { text-shadow: 3px 3px 5px red }
SPAN.glow { 
    background: blue; 
    color: purple;
    text-shadow: grey 0px 0px 5px;
}
 
hr { color:#CCCCFF }

p.title   {
            font-family: Times, Verdana, Arial, Helvetica, sans-serif;
            font-size: 30px;
            color: #CCCCFF;
            font-weight: bolder;
            }

/*******************************************************/
/********** Drop Shadow ********************************/
/*******************************************************/

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}

}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {


  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 


  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
