body{
	background-color:rgb(200,200,200);
}
table{
	width:50%;
	float:center;
	background-color:rgb(220,220,220);
	border:solid black 2px;
	text-align:center;
	padding:10px;	
}
img {
	width:200px;
	border:solid black 1px;
}
td{
	font-variant: small-caps;
}
