body {
  padding: 25px;
  font: 14px Arial;
  text-align: center;
  color: white;
  background-color: black;
}

a:link		{ color: blue; text-decoration: none; }
a:visited	{ color: blue; text-decoration: none; }
a:hover		{ color: #1e90ff; text-decoration: none; }

h1 {
  font: 20px Arial;
  color: #b0b0b0;
}

tr.header {
  background-color: #3300cc;
}

td {
  font: 14px Arial;
}
