body {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
}

table {
 background: #EEEEEE;
 width: 800px; 
 height: 350px;
}

td {
 padding: 10px;
}

img {
 padding-bottom: 20px;
 border: 0;
 }
 
 #left {
  background: #FFFFFF;
  width: 200px;
  }
  
 a {
  color: green;
  font-weight: bold;
  text-decoration: none;
  }
  
 a:hover {
  color: red;
  text-decoration: underline;
  }
  
 li {
  padding: 3px;
  }