body {
  background: black;
  color: white;
  font-family: sans-serif;
  font-size: 9pt;
  padding: 20px 60px;
}

img {
  border: none;
  margin-right: 5px;
}

a {
  color: gold;
}

.section {
  width: 1000px;
  margin: 0 auto;
  border: 0px solid white;
  padding: 10px;
  position: relative;
  clear: both;
  border-collapse: separate; border-spacing: 10px;
}

.section th {
  text-align: left;
  font-size: 1.5em;
  padding-bottom: 20px;
}

.section td {
  width: 50%;
  margin-top: 10px;
  margin-right: 15px;
  vertical-align: top;
  background: #111;
  border: 1px solid #333333;
}

.clip {
  padding: 5px;
  background: transparent;
}

.clip h1 {
  margin: 2px;
  font-size: 1.5em;
}

.clip a {
  color: pink;
}

.clip img {
  height: 150px;
  margin-right: 10px;
}

.clip p {
  font-style: italic;
  font-family: times;
  font-size: 12pt;
}

#footer {
  clear: both;
  text-align: right;
  padding: 20px;
}

ul {
  margin 0;
  padding: 0;
}

li {
  margin: 10px 10px 20px 10px;
  list-style: none;
  font-style: italic;
  font-family: times;
  font-size: 12pt;
}

cite {
  color: pink;
}
