body {
  font: 12px Verdana, Helvetica, Arial;
	padding: 0px;
  margin: 0px;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

h2 {
  font-family: Verdana;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

a, a:visited {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

table {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

td {
  padding: 20px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

img {
  border: 1px solid #999;
}
