body {
	text-align: justify; 
	max-width: 50em; }
span.author {
	display: inline;
	font-size: small;
	font-variant: small-caps;}
	
figure.mainpic {
	text-align: center; }
figcaption {
	padding: 2px 4px 2px 2px;
    background-color: #606060;
    color: #ffffff;
	border-radius: 4px 4px 4px 4px; }
img {
	border: 1px solid #000000; }
	
table.thumbs {
	border-collapse: collapse;}
table.thumbs td {
	border: 1px solid #000000;
	text-align: center; 
	padding: 3px;
	font-size: small;
	width: 130px;
	vertical-align: top;}

table.key {
	border-collapse: collapse;
	margin: 1em;}
table.key td {
	border: 1px solid #000000;
	padding: 5px;
	font-size: small;
	vertical-align: top;}
table.key td:first-child {
	width: 10px; 
	text-align: left;}
table.key td:nth-child(3) {
	width: 10px; 
	text-align: left;}
table.key td:nth-child(4) {
	width: 370px; 
	text-align: left;}
	
div.main-menu {
  position: relative;
  background: #eee;
  padding: 0em;
  margin-bottom: 1em;
  margin-top: 1em;
  clear: both;
  max-width: 1100px; 
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;  }
  
.menulist li {
  font-family: tahoma;
  display: inline;
  padding: 0.5em; }
  
a:link { color: #463; }
a:visited { color: #231; }
a:active  { color: #f00; }

p { 
  margin: 5px; 
}