.center { 
  text-align: center;
}

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

body {
  background: #408C80;
  margin-left: 10%;
  margin-right: 10%;
	
}

a:link {
  test-decoration:none;
  color: #FFF;
  background: transparent;
}

a:visited {
  test-decoration:none;
  font-weight:bold;
  color: #FFF;
 }

/*
a:hover {
  color: #FFF;
  background: #555555;
}

*/

.small {
  font-size: 75%;
}

.large {
  text-align: center;
  font-size: 200%;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.down {
/*   width: 80%; */
   border-top-width: thin;
   border-top-style: solid;
}

p,ul {
/*        margin-left: 10%;
        margin-right: 10%; */

}
