body	
{	margin:		10px;
	padding:	0px;
	background:	rgb(255,255,205);
	vertical-align:	top;
	width:		90%;

	letter-spacing:	0.05em;
	word-spacing:	0.2em;
}

/*Style for the header:*/
#thumbnail
{	display:	inline;
	height:		150px;
	margin:		10px;
	padding:	5px;

	letter-spacing:	0.2em;
	font-family:	sans-serif;
	font-size:	12pt;

	/*border:		1px solid #000;*/
}




table
{
	table-layout:	auto;
	width:		auto;
	height:		auto;
}

tr
{
	height:		auto;
	vertical-align:	top;
}

td
{
	height:		auto;
	text-align:	center;
}

img
{
	border:		4px	solid	rgb(0,0,40);
}

