A:link	  { color: #ccc;  }
A:visited { color: #a0a0a0; }
P.copyright { }

body	  { 
            background-color: #2f2f2f;
	    font-size: 12pt;
	    color: #bbb;
	  }

TABLE.thumbnails {
	    background-color: #3f3f3f;
	    min-width: 10%;
	    max-width: 90%;
	    padding: 5px;
}

TABLE.thumbnail {
	    border: solid 1px grey;
	    height: 130px;
	    width: 85px;
	    background-color: #3f3f3f;
}


TD.thumbnail_text {
	    width: 10%;
	    font-size: small;
	    font-weight: bold;
	    vertical-align:bottom;
}

TD.thumbnail_image {
	    background-color: #3f3f3f;
	    height: 85px;  /* must be larger than the largest thumbnail height */
}


TD.slide_image {
	    width: 480px;
	    height: 480px;
}

TD.slide_text {
  padding: 20px;
}

P.slide_navigation {
}


