body
{
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: arial;
  font-size: 70%;
  text-align: center;
}

body.stripe
{
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-family: arial;
  font-size: 70%;
  text-align: center;
}

table
{
  width: 40%;
  border-width: 0px;
  font-size: 100%;
  position: relative;
  left: 30%;
}

table.gallery
{
  width:40%;
  border-width: 0px;
  font-size: 100%;  
  position: relative;
  left: 50%;
}
table.stripe 
{
  position: relative;
  left: 25%; 
  text-align: center; 
}

td
{
  background: #000000
  color: #ffffff;
  vertical-align: center;
  padding-right: 2%;
  font-size: 120%;
}

td.white
{
  background: #ffffff;
  color: #000000;
}

a:link, a:active, a:visited, a:hover
{
  color: #c8c7c7;
  text-decoration: underline;
}


table.evil
{
  text-align: center;
}


span.header
{
  font-size: 120%;
}


