* { 
margin:0;
padding:0;
}
/* This is my body content style :D */
body{
display: block;
color: black;
font-family: Book Antiqua, serif;
font-size: 10;
background-color:#99FFFF;
	margin: 5px;
  line-height: 125%;
  padding: 15px;
}
/* My wrapper div */
#wrapper{
margin: 0 auto;
width: 960px;
}
/* Table */
#table {
width: 960px; 
border-collapse: collapse;
} 

td img {
display: block; /* removes space between the images*/
}
th {
text-align: left;
  color: white;
  padding: 0.2em;
}