body {
  background-color: #fafafa;
  font-family: "Trebuchet MS", Trebuchet, tahoma, serif;
  margin: 0;
}
table {
	height: 100%;
	width: 100%;
}
img{
	border: 1px solid #aaa;
	border-radius: 10px;
	box-shadow: 0 0 11px 6px rgba(200, 200, 200, 0.5);
}