.i7game {
  font: 12pt Cambria, Georgia, Arial, Tahoma, sans-serif;
}

.i7game a:link {
  color: #c40;
}

.i7game a:visited {
  color: #920;
}

.i7game a:hover {
  color: #e60;
  text-decoration: underline;
}

.i7game table {
  border: 0;
}

.i7game table td {
  text-align: left;
  vertical-align: top;
  padding: 2px;
}

.i7game #title h2 {
  margin-top: 0;
  color: #00c;
}

.i7game #links {
  font-size: 10pt;
}

#links .linktitle {
  font-size: 12pt;
}

#links .linknotes {
  font-size: 8pt;
}

#blurb > p:first-child {
  margin-top: 0;
}

#i7info {
  font-size: 8pt;
}

#sourcenotes {
  font-size: 10pt;
}

#source span.quote {
  color: #00c;
}

#source span.comment {
  color: #060;
}

#source span.i6code {
  color: #777;
}

#source sup {
}

#source th {
  text-decoration: underline;
  font-weight: normal;
}

