body
{
  background: url(noise.jpg);
  color: white;
  font-family: helvetica;
}

:link, :visited
{
  color: cyan;
}

:active, :hover
{
  color: magenta;
}

h1, h2, h3
{
  border-bottom: 1pt solid cyan;
}

.spiff
{
  color: magenta;
}

.you
{
  color: black;
  background: cyan;
}

body table
{
  width: 80%;
  text-align: left;
}

body table th
{
  background: yellow;
  color: black;
}

#screenshot
{
  float: right;
  text-align: right;
  font-size: 50%;
}

#screenshot img
{
  display: block;
}

