
body {
  margin: 0px;
}

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: rgb(204, 102, 0);
  font-size: 150%;
}

td.bg-top {
  background-image: url(background-top-repeat.png);
  background-repeat: repeat-x;
  background-position: center top;
}

td.bg-left {
  background-image: url(background-left-repeat.png);
  background-repeat: repeat-y;
  background-position: left center;
}

td.bg {
  width: 100%;
  height: 100%;
  padding-right: 1em;
}

table.bg {
  font-family: Arial,Helvetica,sans-serif;
  width: 100%;
  height: 100%;
}

td { background-color: rgb(251, 255, 194);
  vertical-align: top;
}

td.button { background-color: #006600;
  width: 100px;
  text-align: center;
  font-weight: bold;
}

td.button a {
  color: white;
}

img {
  border: 0px;
}

blockquote {
  font-style: italic;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

