
#access-nav,
#access-nav-heading,
#site-nav,
#site-nav-heading,
form{
  display: none;
}

body{
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
}

#frame{
  /* hack for IE which incorrectly 
  applies the expression from the screen style-sheet */
  width: 100% !important;
}

a:after{
  content: " (" attr(href) ")";
}

table{
  width: 30em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-top: 3px solid;
  border-bottom: 3px solid;
}

caption{
  line-height: 1.5em;
  margin: 0 0 0.3em 0;
  font-weight: bold;
}

tr{
  border-top: 1px solid;
  border-bottom: 1px solid;
}

td{
  padding: 0.3em;
}

td.price{
  text-align: right;
  width: 5em;
}

h3{
  border-bottom: 1px solid;
}
