html, body
{
  /* \*/
  height:100%;
  /* hide from Mac IE 5.x */
  background-color: #181818;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  font-family: verdana, sans-serif;
} 

td.links
{
  padding: 0.25em;
  font-size: 0.6em;
  color: white;
}

td.links a
{
  color: #999999;
}

input
{
  width: 24.6em;
  font-size: 0.65em;
  color: #999999;
  background: black;
  border: 1px solid #999999;
  text-align: center;
}


table.desc
{
  width: 40em;
}

td.desc
{
  text-align: justify;
  font-size: 0.75em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: white;
}

td.desc div
{
  text-align: right;
  color: #999999;
  font-weight: bold;
  font-size: 1.33em;
  display: block;
  border-bottom: 1px solid #666666;
}

td.desc span
{
  font-size: smaller;
  font-style: italic;
}

td.desc a
{
  text-decoration: underline;
  color: #cccccc;
}

td.desc a:hover
{
  color: white;
}
