BODY {
  margin: 0px;
}

td.bodyarea {
  padding-top: 12px;
  padding-left: 12px;
  vertical-align: top;
}

.logo {
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 6px;
}

.companyname {
  margin-top: 8px;
  color: #312d0f;
  font-weight: bold;
  font-size: 18px;
  line-height: 16pt;
}
.companyinfo {
  font-size: 14px;
  line-height: 13pt;
}

.brown { background-color: #4e3d1c; }

.baseprice {
  color: white;
  text-decoration: line-through;
  font-weight: bold;
}

.note {
  color: #cc9900;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

div.motd {
  width: 600px;
  border: 3px red double;

  color: black;
  background-color: #ffffcc;

  top: 140px;
  margin-left: 12px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 10px;

  text-align: center;
}