.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: times, verdana, sans-serif;
  background: #B1BFDE;
  background-image: url("bg.gif");
  color: black;
}

table {
  width: 587;
}

a:link, a:visited {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:active{
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

.small {
  font-size: 75%;
}

.large {
  text-align: center;
  font-size: 200%;
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 0;
}

.thumb {
  background-color: #d1d8eb;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

