body {
  background-color: #000000;
  color: #FFFFFF;
  background-image: url("switch.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

a {
  color: #00FF7F;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

div.index {
  text-align: center;
}

p {
  margin-left: 1em;
}

table, tr, td{
  border-style: none;
  color: #FFFFFF;
}

td.left{
  vertical-align: top;
}
