/*********************************************************************
print settings
*********************************************************************/
body{
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size:12pt;
  line-height:1.5em;
}
h1{
  font-size:18pt;
}
h2{
  font-size:14pt;
}
h3{
  font-size:13pt;
}
#masthead h1 img#screenlogo, #masthead p{
  display:none;   
}
#masthead h1 img#printlogo{
  width:112px;
  height:127px;
}
a:link, a:visited{
  color:blue;
  text-decoration:underline;
}
#content a:link:after, #content a:visited:after{
  content: " (" attr(href) ") ";
}
#side_navigation, #footer{
  display:none;
}

