/* $Id: pbsprint.css,v 1.3 2004/09/21 14:44:29 pbschmidt Exp $ */
/* PBSprint.css (C) Peter B. Schmidt 2003-2004 */

p, a, h1, h2, h3, h4, li, th, td {
  font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif, Sans;
}

p, li, td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: center;
}
a.navi {
  text-decoration:none;
  font-weight: bold;
  font-size: small;
}
/* Don't show the "hint" Boxes in print, they are only for navigation */
.content{
  margin-left:5em;
  margin-right:1em;
}
.hintleft{
  display:none;
}
.hintright{
  display:none;
}
