.box, #head, #foot {
  display: none;
}

body {
  background: right top url('../img/logo_print.jpg') no-repeat;
  
  font-family: verdana, tahoma, arial;
  font-size: 11px;
  padding-top: 30px;
}

h1 {
  font-size: 20px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 14px;
}


.content {
  display: block;
}

.content .box {
  display: block;
}



table {
  border: 1px solid #333;
  border-right: 0;
  border-bottom: 0;
  margin: 0 0 10px 0;
}
table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 2px 3px 2px 3px;
}

