body {
   background-color: aquamarine;
    color: brown;
    margin-left: 15px;
    font-size: 14pt;
    height: 100%;
}
table {
	width: 50%; 
	margin: 0px auto;  
	border-collapse: collapse;
}
tr {
	border: 1pt solid black;
}
td {
width:50%;
background-size: 100% 100%;
background-repeat: no-repeat;
height:200px;
padding-left: 5px;
padding-bottom: 5px;
margin-left: 5px;
margin-bottom: 5px
}
span {
	float:left;
	z-index:10;
}
img {
margin-top: 5px; 
margin-bottom: 10px;
margin-left: 0px; 
margin-right: 10px;
border: 1px solid black;
z-index: 10; 
width:100%;
}
a {
text-align:left;
display:block;
}