.info{
	text-align: center;
	font-style: italic;
	font-size: large;	
	}
.thumbnail{
	/*margin: 1px;
	padding: 3px;
	border: 2px dotted #000;*/
	padding: 0.1em;
	border: 0.1em solid #000;
	width: 250px;
	max-width: 99%;
	display: inline-block;
	vertical-align: middle;
}
.ltcaption{
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	}
.dkcaption{
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	}
.ltcaption:hover{
	color: white;
	text-decoration: underline;
	font-weight: bolder;
	}
.dkcaption:hover{
	color: black;
	text-decoration: underline;
	font-weight: bolder;
	}
.chip{
	background-image: url('tex/chip.gif')
	}
.cream{
	background-image: url('tex/cc.gif');
	}