body {
  background-image:url("../images/background.gif");
  scrollbar-base-color: black;
  font-family : Verdana,sans-serif;
  color : white;
  margin : 0;
}

td.shadow{
  filter:shadow(color=#000000, direction=135, strength=12);
  text-align:center;
}

a.normal{
  text-decoration:none;
}

a.normal:link {
  color: yellow;
}

a.normal:visited {
  color: #f9ff56;
}

a.normal:hover {
  color: #0ff0f0;
  text-decoration:underline;
}

span.title {
  width:100%;
  filter:
    glow(color=#000000, Strength=3)
	 shadow(color=black, direction=135, strength=10);
  font: bold 28pt sans-serif;
  color: yellow;
}

span.shadow {
  width:100%;
  filter:
    glow(color=#000000, Strength=3)
	 shadow(color=black, direction=135, strength=10);
  font: bold 14pt sans-serif;
}

span.lightshadow {
  width:100%;
  filter:
	 shadow(color=black, direction=135, strength=5);
}

