p.c7 {
  -moz-background-clip: -moz-initial;
  padding: 2px;
  -moz-background-inline-policy: -moz-initial;
  -moz-background-origin: -moz-initial;
    background: white none repeat scroll 0% 50%;
    font-weight: bold;
  text-align: center;
}

a:link, a:visited {
  color: white;
  font-weight: bold;
  background: none;
  text-decoration: none;
}
a:active, a:hover {
  color: white;
  background: none;
  text-decoration: underline;
}
body {
  margin-left: 8px;
  margin-top: 10px;
  color: #999;
  background: #333666;
  font-size: 80%;
}
body, h1, h2, td, a {
  font-family: arial, helvetica, verdana, sans-serif;
}
div.credit {
  margin-top: 1em;
  font-style: italic;
  font-size: 85%;
}
div.credit a:link, div.credit a:visited {
  text-decoration: underline;
}
div.infobottom {
  padding-top: 0.4em;
  margin-top: 0.5em;
}
div.infotop {
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
  margin-bottom: 0.1em;
}
div.main {
  margin-left: 50px;
  margin-top: 30px;
  white-space: nowrap;
}
div.pic {
  padding: 5px 0 0 0;
}
h1 {
  font-size: 180%;
  font-weight: normal;
}
h2 {
  color: #fff;
  background: blue;
  font-size: 160%;
  font-weight: normal;
}
img, table, td {
  border: none;
}
img {
  margin-right: -4px;
}
td {
  color: #fff;
  background: #3333FF;
  font-size: 85%;
  text-align: center;
  vertical-align: bottom;
}
select, input {
  color: #999;
  background: #000;
  border: 1px solid #999;
}
input {
  cursor: pointer;
}