body {
  background: black url("images/background.jpg") no-repeat;
  color: #f4f4f4;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
  color: black; /*#eecccc;*/
  background-color:rgba(238, 238, 238, 0.6);
  width: 650px;
}

table {
  background-color: white;
  padding: 10px;
}

td {
  color:#333333;
  padding: 10px;
}

img {
  border: 0;
}

a, a:visited, a:hover {
  color: #333333;
}

#tweets {
  position: absolute;
  left: 34em;
  top: 1em;
  background: #f0f080;
  opacity: 0.8;
  color: black;
  padding: 10px;
  width: 20em;
}

#tweets p {
  font-size: 0.7em;
  font-weight: normal;
}

#tweets h1 {
  font-size: 0.7em;
}

.tweetwhen {
  font-style: italic;
}
