.center { 
  text-align: center;
}

.nocenter {
  text-align: left;
  margin-left: 100;
  margin-right: 100;
}

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

body {
  font-family: verdana, sans-serif;
  background: #000000;
  color: #ffcc99;
  font-weight: bold;
}

a:link {
  color: #33ccff;
  background: transparent;
}

a:visited {
  color: #ffffcc;
  background: transparent;
}

a:hover {
  color: #FFFF00;
  font-weight: bold;
}

.small {
  font-size: 75%;
}

.tiny_white {
  font-size:9pt
  color: #FFFFFF;
;}

.large {
  font-size: 200%;
}

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

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

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

