/*
  This CSS is only applied to the page when it is being printed. Use this to
  hide sections of the page that you dont want to print, such as menus, and
  to adjust margins, fonts, colours etc or the remaining elements.
*/

div.menu
{
  display: none;
}
div.left
{
  display: none;
}
div.footer
{
  display: none;
}
div.header
{
  display: none;
}
div.center
{
  position: relative;
  margin: 10px;
}
div.headerprint
{
  display: none;
}