.texthidden {display:none}
.textshown {display:inline}

body
{
  font-family: verdana, sans-serif;
  font-size: 12;
  font-style: normal;
  background-color: #000000;
  color: #ff0000;
  text-align: center;
}

td
{
  font-family: verdana, sans-serif;
  font-size: 12;
  font-style: normal;
  background-color: #dd0000;
  background-image: url(../img/background.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 0 700;
  color: #000000;
  font-align: left;
}

a:hover
{
  background: #ff0000;
  color: #000000;
}

a:link
{
  color: #ffffff;
  text-decoration: none;
}

a:visited
{
  color: #ffffff;
  text-decoration: none;
}

a:active
{
  color: #ffffff;
  text-decoration: none;
}
