body {
  border-style: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  font-size: 12pt;
  color: #993300;
  background-color: #ffcc66;
}
.author {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23pt;
  line-height: normal;
  color: #993300;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
.title {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 35pt;
  line-height: normal;
  color: #993300;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
.footer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: normal;
  color: #993300;
  font-weight: normal;
  font-style: oblique;
  text-align: right;
  text-decoration: none;
}
.menu {
  border: 1px dotted #993300;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  line-height: normal;
  color: #993300;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.buttons a {
  color: #990000;
  background-color: #ffcc66;
  padding: 2px;
  padding-left: 3px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
.buttons a:hover {
  background-color: #993300;
  color: #ffcc66;
  text-decoration: none;
}
.buttons a:active {
  background-color: #993300;
  color: #ffcc66;
  text-decoration: none;
}