body, td, th {
  font-family: helvetica, sans-serif;
  font-size: 11pt; }

a:link, a:visited, a:active {
  text-decoration: none;
  color: #282982; }

a:visited {
  color: #4e86bd; }

a:hover {
  text-decoration: underline;
  color: #900; }

body {
  background: #eee; }

img {
  border: none; }

#page {
  width: 800px;
  margin: 48px auto 12px auto;
  border: 1px solid #ddd;
  background: #fff;
  padding: 24px; }

#links {
  float: right; }
  #links a {
    font-weight: bold; }

#logo {
  position: relative;
  top: -44px; }

p#description {
  margin-top: -24px; }

table#sites {
  margin: 24px 0 0 0;
  width: 100%;
  border-collapse: collapse; }
  table#sites th {
    text-align: left;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 8px;
    text-transform: uppercase; }
  table#sites td {
    padding: 8px 8px;
    vertical-align: top;
    border-bottom: 1px solid #eee; }
    table#sites td dl {
      margin: 0; }
      table#sites td dl dt {
        margin: 0 0 6px 0;
        font-weight: bold; }
      table#sites td dl dd {
        margin: 0 0 0 0;
        font-size: 10pt;
        color: #333; }
  table#sites td.rank {
    font-size: 18pt; }

#pagination {
  margin-top: 24px;
  text-align: center; }

#footer {
  margin-top: 24px;
  text-align: center; }

#footer-links {
  margin-top: 24px; }
