* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
  background-color: #323232;
  font-size: 15px;
  font-family: arial, helvetica, verdana;
  color: #aaa;
}

a, a:visited, a:active {
  color: #aaa;
  text-decoration: none;
}

a:hover {
  color: #ccc;
}

table {
  width: 100%;
  height: 100%;
}

td {
  text-align: center;
}
