div#header h1 {
  background: url(/images/logo.png) no-repeat; }

ul#navigation {
  background-color: #66ccff;
  border-top-color: #2288bb;
  border-bottom-color: #2288bb; }

div#content table.words, div#content table.tweeters {
  clear: none; }
div#content div.words {
  padding-right: 22em; }
div#content table.tweeters {
  float: right;
  width: 20em; }
  div#content table.tweeters tr:hover {
    background: white; }
    div#content table.tweeters tr:hover td {
      background: white; }
  div#content table.tweeters tr td {
    text-align: left;
    border-bottom: 1px solid #cccccc; }
    div#content table.tweeters tr td a {
      color: blue; }
    div#content table.tweeters tr td p {
      margin: 0;
      padding: 0;
      width: auto; }
    div#content table.tweeters tr td.photo {
      width: 50px; }
      div#content table.tweeters tr td.photo img {
        width: 48px;
        height: 48px; }
