.center { 
  text-align: center;
}

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

body {
  font-family: verdana, sans-serif;
  color: #555555;
  background-color: white;
}


.small {
  font-size: 75%;
}

.large {
  font-size: 150%;
}

.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;
}
h4 {
        font-size: 0.8em;
        font-family: sans-serif;
        color: #000000;
     }
h1 {
        font-size: 2em;
        font-family: serif;
        color: #660000;
     }
a {
    color: #660000;
    text-decoration: none;
}
a:hover {
    color: #006600 ;
    text-decoration: none;
}
