body		{
		  font-family: verdana, sans-serif;
		  background: #eeeeee;
		  color: #111111;
		}

a,cite		{ color: #000000;
		  text-decoration: none;
		  border-bottom: thin dotted; }

a:hover		{ border-bottom: thin solid; }

/*
a img		{
		  border-bottom: none;
		  background-color: transparent;
		}
*/

.photogallery a:hover {
		  border-bottom: none;
		  /* background-color: transparent; */
		}

.center		{ text-align: center; }

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

.small		{ font-size: 75%; }

.large		{ font-size: 200%; }

.tiled		{ } 

img.thumb,
.thumb img	{
		  /* background-color: #888888; */
		  background-color: #ffffff;
		  text-align: center;
		  vertical-align: middle;
		  margin: 5px;
		  border: solid #888888 5px;
		  padding: 1px;
		}

.thumb a	{ border-bottom: none; }

.thumb a:hover	{ border-bottom: none; }

.slide		{
		  background-color: #ffffff;
		  text-align: center;
		  vertical-align: middle;
		  margin: 5px;
		  border: solid #333333 5px;
		  padding: 1px;
		}

.slide a:hover	{ border-bottom: none; }

