h1 {
  font-family: sans-serif;
  text-align: center;
  background-color: #c0c0c0;
  border-radius: 5px;
}
a {
  text-decoration: none;
  color: #8000f0;
}
body {
  font-family: sans-serif;
  background-color: #ffffff;
  font-size: 16pt;
}
div {
  margin-bottom: 15px;
}
div.button {
  display: inline;
  margin: 0px;
  border-radius: 3px;
  background-color: #e00000;
  width: auto;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}
span {
  margin: 0px;
  font-size: 16pt;
}
span.header {
  font-weight: bold;
}
span.button {
  color: #ffffff;
}
div.wrap {
  width: 800px;
  margin: 10px auto;
}
table {
  width: 100%;
}
tr.gheader {
  background-color: #c0c0c0;
}
tr.header {
  background-color: #e0e0e0;
}
