.center { 
  text-align: center;
}

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

body {
  font-family: verdana, sans-serif;
  color: #555555;
  background-image: url("../css/Fell.jpg");
  background-repeat: repeat-all;
  background-color: white;
}

a:link, a:visited {
  color: #222222; text-decoration: none;
  background: transparent;
}

a:hover { 
  color: #000000; 
  text-decoration: none;
  background-color: #eee;
}

.right {
    text-align: right;
}

.small {
  font-size: 75%;
}

.normal {
    font-size: 100%;
}

.large {
  font-size: 200%;
}

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

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

.slide {
  background-color: white;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
/*.slide img {
  border-color: #888;
  border-width: 2px;
  border-style: solid;
}*/

ol.subdir {
    list-style-type: none;
}