body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #E0E0E0;
  background: -webkit-linear-gradient(top, #E0E0E0, #C0C0C0);
  background: -moz-linear-gradient(top, #E0E0E0, #C0C0C0);
  background: linear-gradient(to bottom, #E0E0E0, #C0C0C0);
}

table[width="780"] {
  background-color: #F5F5F5;
  border: 1px solid #B0B0B0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

a {
  color: #0000FF;
  text-decoration: underline;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

.footer {
  font-size: 10px;
  color: #666666;
}

td a {
  display: block;
  padding: 5px;
  background-color: #D0D0D0;
  border: 1px solid #A0A0A0;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

td a:hover {
  background-color: #C0C0C0;
  color: #000000;
}
