body {
  font: normal 32px Georgia, "Times New Roman", Times, serif;
  color: #335;
  text-shadow: #888 1px 1px 3px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: 0px;
}
#content {
  width: 640px;
  margin: 200px auto 100px auto;
}
#title {
  position: absolute;
  top: 100px;
  text-align: center;
  font-size: 40px;
}
.manual-shadow {
  position: absolute;
  width: 640px;
}
.css-shadow {
  color: #557;
  text-shadow: #447 1px 1px 4px;
  width: 640px;
}
h2 {
  font-weight: normal;
  font-size: 32px;
  color: #447;
  margin-bottom: 0;
}
hr { 
  margin-top: 0; 
  border: 1px solid #447;
}
table, tr, td {
  padding: 0;
  margin: 0;
  border: 0;
  border-spacing: 0;
  text-align: center;
  vertical-align: top;
}
.button {
  /*height: 128px;*/
  /*padding: 6px 6px 8px 8px;*/
  /*margin: 20px 35px 5px 34px;*/      
  width: 213px;
  font-size: 75%;
}
.button img {
  width: 128px;
  height: 128px;
  padding: 0px 2px 3px 1px;
  margin: 20px 35px 5px 34px;
  background-image: url('/button.png');
  background-repeat: no-repeat;
}
.quad .button {
  width: 160px;
}
.quad .button img {
  margin: 20px 0px 5px 0px;
}
