body {
  margin: 0;
  padding: 0;
  background-color: #484848;
}
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
}
a:link {
  text-decoration: none;
  color: white;
  font-style: italic;
}
a:active {
  text-decoration: none;
  color: #999999;
  font-style: italic;
}
a:visited {
  text-decoration: none;
  color: white;
  font-style: italic;
}
a:hover {
  color: #999999;
}
img { display: block; border: 0; }