table.sliders
{
  border: solid 0.4em rgb(0, 192, 127);
  background-color: rgb(0, 192, 127);
  float: right;
}

table.sliders td
{
  padding: 0;
}

table.sliders td
{
  border: solid white 2px;
  width: 2em;
  height: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table.sliders td.none
{
  color: rgb(0, 192, 127);
  background-color: rgb(0, 192, 127);
}

table.sliders td.even
{
  color: white;
  background-color: black;
}

table.sliders td.odd
{
  color: black;
  background-color: rgb(255, 20, 50);
}

table.sliders td.odd :link
{
  color: black;
  text-decoration: none;
}

table.sliders td.even :link
{
  color: white;
  text-decoration: none;
}

table.sliders td.odd :visited
{
  color: black;
  text-decoration: none;
}

table.sliders td.even :visited
{
  color: white;
  text-decoration: none;
}


