body,td,p,* {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}

body {
  background: url(img/risellaprintlogo.gif) no-repeat;
  padding: 0px;
  margin: 0px;
}

img,div,form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

p.hdr {
  font-weight: bold;
  font-size: 11px;
}

div#navi, select, input#search, img#img_print, p#body_bg, img.spacer {
  display: none;
}

div#content {
  position: absolute;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div#content > table {
  width: 547px;
  background-image: none;
}

div#content > table > tbody > tr:first-child {
  display: none;
}

div#content td {
  vertical-align: top;
  font-size: 10px;
}

table.recipe td {
  padding-right: 15px;
}

td.evenrow {
  background-color:#fbefb7;
}


