body {
  color: blue;
  font-family: "Comic Sans MS", cursive, sans-serif;
}
table {
  width: 1050px;
  border-collapse: collapse;
}
td {
   width: 350px;
   vertical-align: top;
   text-align: center;
   border: hidden;
   padding: 10px;
}
ul {
   text-align: left;
   list-style-image: url('./images/redball.gif');
}
