.center { 
  text-align: center;
}

.left { 
  text-align: left;
}

.right { 
  text-align: right;
}


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

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

a:link {
  color: #95DDFF;
  background: transparent;
}

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

a:hover {
  color: yellow;
  background: #555555;
}

.small {
  font-size: 75%;
}


.copy {
  text-align:right;
  font-size: 75%;
}


.large {
  font-size: 200%;
}

.italic {
  font-size: 100%;
  font-style: italic; 
}
.tiled {
  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;
}

