table.abyz {
	position:relative;
	top:-22px;
	left:10px;
}
table.abyz td
{
    text-align: center;
	cursor:pointer;
}
table.abyz td.abyz_cell
{
    font-size: 15px;
    padding-left: 1px;
    padding-right: 1px;
}
table.abyz td.abyz_cell_over
{
    font-size: 40px;
    padding-left: 4px;
    padding-right: 4px;
	color:red;
}
a.t1{
	color: #44330f;
	background-color: transparent;
	text-decoration: none;
	text-shadow:#6374AB 20px -12px 2px;
}
a:hover.t1{
	color: #d49c18;
	background-color: transparent;
	text-decoration: none;
	text-shadow:#6374AB 20px -12px 2px;
}
a:visited.t1{
	color: #7a5c17;
	background-color: transparent;
	text-decoration: none;
}
.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;}
