
body
{
  background: #f0f0f0;
  color: black;
}

a:link
{
  color: #ff00ff;
}

a:visited
{
  color: #ff0000;
}

table, th, td
{
  border: 1px solid;
}

table
{
  border-collapse: collapse;
  width = 90%;
}
